Microsoft Access 2003: ICS 014 - 042 Yazdani
Microsoft Access 2003: ICS 014 - 042 Yazdani
2003
Analyze
Properties
New Object
Design View
Design View customizes the fields in the
database so that data can be entered.
Primary Key Indexes
Design Field Builder
Sheet/View
Toggle
Primary Key
Marker
Insert/Delete
Rows
Database
Window
Datasheet View
The datasheet allows you to enter data
into the database
Design Sorting Filtering Find
Sheet/View
Toggle
Record
Selector
Primary Key
Marker
Insert/Delete
Rows
Database
Window
Introduction to Tables
Create table using wizard will step you
through the creation of a table.
Introduction to Tables
Create table by entering data will give
you a blank datasheet with unlabelled
columns that looks like an Excel
worksheet.
Primary Key
Every record in a table must have a primary key
that differentiates it from every other record in
the table.
Can designate an existing field as the primary key if
you are certain that every record in the table will have
a different value for that particular field.
A social security number is an example of a record whose
values will only appear once in a database table.
Primary Key
Designate the primary key field by right-clicking
on the record and selection Primary Key from
the shortcut menu or select Edit|Primary Key
from the menu bar.
The primary key field will be noted with a key
image to the left.
To remove a primary key, repeat one of these
steps.
Primary Key
If none of the existing fields in the table will
produce unique values for every record, a
separate field must be added.
Access will prompt you to create this type of
field the first time you save the table and a
primary key field has not been assigned.
The field is named "ID" and the data type is
“AutoNumber".
Primary Key
The AutoNumber data type automatically
updates whenever a record is added so
there is no extra work on your part.
This field serves no purpose to the user,
so you may also choose to hide this
column in the datasheet.
Datasheet Records
Adding Records
Add new records to the table in datasheet
view by typing in the record beside the
asterisk (*) that marks the new record.
You can also click the new record button at
the bottom of the datasheet to skip to the last
empty record.
Design Sorting Filtering Find
Sheet/View
Toggle
Record
Selector