Last updated: 11/8/03
Link back to course Welcome
Using MS Access 2000
| Description | Excel (spreadsheet) | Access (database) |
| What is in the row labels | 1, 2, 3, 4 | Nothing |
| What is in the column headings | A, B, C | Field names that you set (or accept Access' default) |
| What is in the rows | Whatever you want - layout is freeform | A record -- a full set of information for a single case, such as all of WSU's personnel information for David Bowen in one record, for Irvin Reid in another |
| What is in the columns | Whatever you want - layout is freeform | Field values - must be the same item (e.g. FirstName) and data type for each record |
| Combining tables | One spreadsheet can get information from another | Can combine several tables to make one big one (relation) |
| Size | 256 columns by 65,000 rows | 255 fields, no limit on records (must be in linked files each less than 1 GB) |
Not only will a database handle an unlimited number of records, but it can find records very quickly, even in a large file. Using a word processor or spreadsheet file, to find a given record, we would have to read through all of the records before it. Because all of the records in a database are the same length, we only need to know which record we want, and we can go directly to that record. A database keeps a condensed short table of the values in each record for selected fields, called keys. For keys, going to a record with a given value is very fast, no matter how large the whole database is.

Datasheet view - this shows a table as an array (rows or records, and columns or fields) of cells, with the field names at the top, running from left to right.













