Once you begin to understand the concept of relational databases, the process of actually linking the tables in a database is rather simple.
Make sure you keep these rules in mind when you link to tables together.
- Linked fields should be (almost) identical.
- Related fields must have the same data type and field size and must contain the same kind of information.
- The primary key in one table is usually linked with a matching field in the other table.
- Fields related to an AutoNumber primary key field must be Number fields with the Long Integer Field Size.