I need to create a database. One main table with field Client_ID. All other tables will always refer to the main table through the Client_ID column.
I created the first table and made <b>Client_ID</b> the primary key.
When creating all other tables:
1) May I create a column Client_ID / Use lookup wizard in datatype to make users pick the client id from the main table? If yes, would this Client_id column (in my other tables) be the primary key of the table they belong to?
If not, do I need to create a primary key column for each table (example an autonumber column?)
2) Do I then need to manually create the relationships?
From MainTable.Client_ID to all other tables' Client_ID?
Thank you!
I created the first table and made <b>Client_ID</b> the primary key.
When creating all other tables:
1) May I create a column Client_ID / Use lookup wizard in datatype to make users pick the client id from the main table? If yes, would this Client_id column (in my other tables) be the primary key of the table they belong to?
If not, do I need to create a primary key column for each table (example an autonumber column?)
2) Do I then need to manually create the relationships?
From MainTable.Client_ID to all other tables' Client_ID?
Thank you!