Information Management Tool Large Amounts of Information, Manage Related Data More Efficiently

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Database - is an organized collection of structured information, or data, typically stored electronically in a computer system

Microsoft Access is an information management tool that helps you store information for reference, reporting, and analysis.  Microsoft Access
helps you analyze large amounts of information, and manage related data more efficiently than Microsoft Excel or other spreadsheet
applications.

Benefits of Access
Some of the main benefits of using Access, when compared to some of the more “enterprise level” database management systems, include:

Type of Data Description Size

Text or combinations of text and numbers, including numbers that do not Up to 255 characters.
Short Text
require calculating (e.g. phone numbers).

Long Text Lengthy text or combinations of text and numbers. Up to 63, 999 characters.

Numeric data used in mathematical calculations. 1, 2, 4, or 8 bytes (16 bytes if set to


Number
Replication ID).

Date/Time Date and time values for the years 100 through 9999. 8 bytes

Currency values and numeric data used in mathematical calculations involving 8 bytes
Currency
data with one to four decimal places.

A unique sequential (incremented by 1) number or random number assigned 4 bytes (16 bytes if set to Replication ID).
AutoNumber
by Microsoft Access whenever a new record is added to a table.
Yes and No values and fields that contain only one of two values (Yes/No, 1 bit.
Yes/No
True/False, or On/Off).

Files, such as digital photos. Multiple files can be attached per record. This Up to about 2 GB.
Attachment
data type is not available in earlier versions of Access.

OLE objects can store pictures, audio, video, or other BLOBs (Binary Large Up to about 2 GB.
OLE objects
Objects)

Text or combinations of text and numbers stored as text and used as a Up to 8,192 (each part of a Hyperlink data
Hyperlink
hyperlink address. type can contain up to 2048 characters).

Dependent on the data type of the lookup


The Lookup Wizard entry in the Data Type column in the Design view is not
field.
actually a data type. When you choose this entry, a wizard starts to help
you define either a simple or complex lookup field.
Lookup Wizard
A simple lookup field uses the contents of another table or a value list to
validate the contents of a single value per row. A complex lookup field allows
you to store multiple values of the same data type in each row.

You can create an expression that uses


You can create an expression that uses data from one or more fields. You
data from one or more fields. You can
Calculated can designate different result data types from the expression.
designate different result data types from
the expression.

 Provides a quick and efficient way for non-technical users to create and maintain a database. No need to hire programmers or database
developers every time you want a new database, and no need to hire a DBA to look after the database system.
 Easy to learn – especially for users accustomed to the Microsoft Office suite of products. Access provides “wizards” for some of the more
involved tasks. These wizards guide you through the steps of performing a particular task, and can be invaluable for the first-time user who
might feel a bit intimidated by it all.
 No coding required. Most tasks can be done by “point-and-click” via the GUI.
 Provides a quick and efficient way for those users to generate reports for management, clients, etc
 The inbuilt forms functionality allows non-technical users to provide their own interface for the database, therefore eliminating the need
for an application to be built.
 Thousands of free templates are available for common (and not so common) database designs. No need to start from scratch if you need
a more advanced database – simply download a template and modify as required.

You might also like