Hello,
I'm creating a database for where I work. Basically, there is a staff table and a staff_role table.
There will be predefined staff roles, each with an ID for example 1 team member, 2 manager, and so on
When a new staff member is then added, I have set up a lookup wizard column so that the user can just pick the name from the drop down.
Just wondering - how/where is the data in the drop down stored? Is it just referenced then pulled from the staff_role table when needed, or copied and stored twice (once in each table)
I'm asking this, as another part of the database which I havent created yet is going to use the lookup wizard too, but this part may use up a lot of space if the data is stored in both tables!
Thanks in advance for any help!
I'm creating a database for where I work. Basically, there is a staff table and a staff_role table.
There will be predefined staff roles, each with an ID for example 1 team member, 2 manager, and so on
When a new staff member is then added, I have set up a lookup wizard column so that the user can just pick the name from the drop down.
Just wondering - how/where is the data in the drop down stored? Is it just referenced then pulled from the staff_role table when needed, or copied and stored twice (once in each table)
I'm asking this, as another part of the database which I havent created yet is going to use the lookup wizard too, but this part may use up a lot of space if the data is stored in both tables!
Thanks in advance for any help!