Microsoft Office 2000Lesson 6: Access 2000 (Part 1)Working with DatabasesLet’s begin using Access 2000. To open Access 2000:
See example of creating a new database or opening an existing one Access names the new database db1.mdb by default. To change its file name:
See example of File New Database screen Notice that there are three ways to create a table:
Let’s first create a table by entering data.
See example of Create table by entering data To rename columns:
Rename the column headers and enter the information as listed below to create four records in the table. Navigation buttons at the bottom of the table allow you to enter a new record, advance one record, go to the end of the table, go back one record, or go back to the beginning of the table. Near the Navigation buttons the current record number and the number of total records in the table are displayed. Creating, modifying and saving databases Saving your database
You will see the prompt to define a primary key.
A primary key is simply a unique identifier for each record. It is not essential to define a primary key but is a good idea, especially as your database grows larger and more complex. If our database had an identifying number field (such as an identification number field or a parts number field) we would use it for our primary key. Since our database does not have a unique identifying number field we can let Access generate an autonumber primary key.
Deleting Records To delete records:
Follow the steps above to delete the record for Sara Adams.
Editing Records To edit a field in a record:
Follow the steps above to change the StreetAddress in the record for Anna Stevens from Street to Avenue. If the entire contents of a cell cannot be seen, you will need to zoom in on the cell. To zoom in on a cell:
For additional information on this topic browse Chapter 9 Tracking Data with Access in Microsoft Office 2000 User Specialist Study Guide. Well done! You have just learned some basic functions in working with Microsoft Access. |