Return to IFS 105 Notes!

Access
Project 3

Maintaining a Database
Using the
Design and Update Features of Access

 

Maintaining a Database

Restructure Database
  1. Add additional fields
  2. Change characteristics of fields
  3. adding secondary indexes
Maintaining Records

Adding, Deleting, and Changing records 
(mass updates or deletions)

General Terms

 

Filtering Records

 
 

Creating Validation Rules

Creating a Lookup Field

 

Referential Integrity

Click for Publisher link on Referential Integrity

Creating and Using Indexes

Click for Publisher link on B-tree
Advantages :
  1. Retrieve records quicker
  2. List records in different order

Create an Index 
if one or more of the following conditions are present

  1. The field is the primary key of the table
  2. The field is the foreign key in a relationship you have created
  3. You frequently need your data sorted on the field
  4. You frequently need to locate a record based on a value in this field

Backup and Recovery

Campacting and Repairing a Database

3 step process

  1. compact original database give compacted database a different name
  2. if original database compacted successfully, delete original database
  3. rename the compacted database to original name

 

In the Lab 2
(HOMEWORK #9)

Click for Publisher link on Quick Reference Guide Access

End

Maintaining a Database
Using the Design and Update Features of Access

Click for Publisher link on Microsoft Certification Access

Computer Assignment 9

Return to IFS 105 Notes!