Last updated: 4/9/03
Link back to course Welcome
Using MS Access 2000 #1
| 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) |

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.


