A
ant1983
So im starting to build my database and starting with the tables (obviously)...
So lets say i create a database and start with my tables. Lets say the
first table is called "tblEmployee" with the following fields:
- ID (Auto Num and Primary Key)
- FirstName (Text)
- Surname (Text)
- DateOfBirth (Date)
- Department (Lookup Field)
....and the 2nd tableis called "suptblDepartment" with the following fields:
- ID (Auto Num and Primary Key)
- Department (Text)
Now in the 2nd table i populate the Department field with the following
values:
- Human Resources
- IT
- Finance
- Credit Control
- Operations
************************************************
So my questions are in terms of best practice:
1 - When selecting the Lookup Wizard option under Field Type (for Department
in the first table); i select the first option on the first screen; then i
select my table (suptblDepartment) on the 2nd screen; - Then what should i
do? Should i be selecting the ID or Department field?
2 - On the last screen it promts you for a label - what label is this?
3 - On the last screen it also asks you if you want to store multiple values
- What does this mean?
i'm using 2007...
Thanks!
So lets say i create a database and start with my tables. Lets say the
first table is called "tblEmployee" with the following fields:
- ID (Auto Num and Primary Key)
- FirstName (Text)
- Surname (Text)
- DateOfBirth (Date)
- Department (Lookup Field)
....and the 2nd tableis called "suptblDepartment" with the following fields:
- ID (Auto Num and Primary Key)
- Department (Text)
Now in the 2nd table i populate the Department field with the following
values:
- Human Resources
- IT
- Finance
- Credit Control
- Operations
************************************************
So my questions are in terms of best practice:
1 - When selecting the Lookup Wizard option under Field Type (for Department
in the first table); i select the first option on the first screen; then i
select my table (suptblDepartment) on the 2nd screen; - Then what should i
do? Should i be selecting the ID or Department field?
2 - On the last screen it promts you for a label - what label is this?
3 - On the last screen it also asks you if you want to store multiple values
- What does this mean?
i'm using 2007...
Thanks!