Database - Intro Notes_250211_131955
Database - Intro Notes_250211_131955
Microsoft Access is a powerful tool for database management that allows users to store, organize,
and manipulate data efficiently.
• Navigation Pane: The Navigation Pane is located on the left side of the Access window. It
displays a hierarchical view of all the objects within your database, such as tables, queries,
forms, reports, and macros. You can easily navigate between different objects by clicking
on them in the Navigation Pane.
• Workspace: The Workspace refers to the main area where you work on designing and
interacting with database objects. Depending on the task you’re performing, this area
may display tables, forms, queries, reports, or other database objects. You can switch
between different views, such as Design View and Datasheet View, to modify or analyse
data effectively.
Field Data Types
Data Type Description
Short text Limited to 255 characters (Name, Surname, Job title, Phone number,
email, etc).
Long text Entries longer than 255 characters (Notes, Details, Description,
Explanations, etc).
Number Any number used for mathematical calculations.
Yes/No Yes/No True/False scenarios (You either have it/ do it or you do not).
OLE Files from another program (Photo, Music, Video, etc).
Hyperlink Web address to a webpage or document online.
Attachment Other file types that are not supported by OLE Object or multiple
files.
Calculated Runs a mathematical calculation. Use calculated fields for
information that can be derived from other fields, rather than
storing it directly
Field Properties
Property Description
Field Size To set the maximum size of the field.
Format Format that the data must be displayed.
Default Value Value that automatically is allocated to a field when a new record is
added.
Required Compulsory field that must have a value.
Primary Key
A unique identifier. A field (or combination of fields) that identify every row. Every table must
have a unique primary key that identifies each record. Access can automatically generate an
auto-numbered "ID" field for this purpose.