Microsoft ACCESS is the Database Management System we will use in
CT230. If you have Microsoft Office, you will find ACCESS included
in that. It creates (writes) and reads from
TIP: WHILE DOING YOUR LAB, YOU CAN RUN INTERNET EXPLORER (OR NETSCAPE) TO LOOK AT THE LAB HANDOUT, AND AT THE SAME TIME RUN ACCESS TO CARRY OUT THE TASKS IN THE HANDOUT IN A SEPARATE WINDOW. FOR EACH WINDOW, CLICK ON THE SMALL 'BOX' ICON SECOND FROM THE END IN THE TITLE BAR (BESIDE THE 'X' IN THE TOP RIGHT CORNER). IT IS GOOD TO GET INTO THE PRACTICE OF DOING THIS - IT ALLOWS YOU TO CUT AND PASTE MATERIAL.
This is called the Datasheet View. It is the form for update and display of the actual data contents of a database file/table.
Data type defines the type of data allowed in that field. There are a number of different data types you can use. Access makes it easy to choose by listing them for you. To see this, click on the data type field for Customer ID. A down arrow will appear in the far right end of the data type slot. Click on that arrow and Access will display the different data types available.
The different attributes/fields are listed row by row in the Design View. Each row can be highlighted separately by clicking on it. Once highlighted, the tab General below the table will show parameters that can be set for that attribute. For example, Field Size is a non-negative integer giving the maximum number of characters that are allowed in a field; Required, which can be set to Yes or No, is a parameter that states whether the attribute is required or not, i.e. is it allowed have a NULL value; Allow Zero Length which can be set to Yes or No, is a parameter that states whether the attribute can be e.g. the empty string.
Note at the left of the Customer ID field a small key symbol. This indicates that the Customer ID has been designated as the primary key for this table.
Say
we want to find the record with Customer ID corresponding to
PARIS. Click once on the
John Lalor, Sara Green, 32 Hawthorn Drive, 109 Beech Park, Albany, NY 00508 Gary, IN 46517Order your table (which should now have seven entries) based on ZIPCODE, print it out and hand it in.