Use Tables to Organize Data in Your Database

Previous Topic

Previous Page
Next Topic

Next Page

After you select the Table Analyzer Wizard option, the wizard helps you organize your data into tables. For example, you can create one table to store pricing information, and another to store information about product categories. Using separate tables lets you save each fact in one place, making it easier to maintain accurate information. When you update a fact in one table, that information is updated wherever it appears throughout the database.

The wizard also suggests relationships between the tables to make them work together. Relationships define how the data in tables is shared. For more information, see Use Your First Microsoft Access Database, or View Relationships Between Tables.