February 2007
Beginner
416 pages
10h 35m
English
To learn more about starting a database file, see Chapter 18.

You can start building a database by entering data into a table. Access stores all data in tables, and you can have multiple tables in a single database. Tables consist of columns and rows that intersect to form cells for holding data. Each row is considered a record in a table. You can use columns to hold fields, which are the individual units of information contained within a record.
Create a New Table
See Chapter 18 to learn how ...