A
Aad v via AccessMonster.com
For my work I am creating a kind of 'To do' Database. (SQL/Access adp.)
Every record is an action which is divided by (7) sub-actions.
For this sub-actions people will be assigned as responsible.
Selecting a responsible person will be done by means of comboboxes and a
Lookup table. (tbl_rsp_prsns)
The related persons ID_number will be stored into the main tabel(tbl_main).
So tbl_main has 7 int columns for these ID numbers.
Problem: If I only had one ID_number to store I simply could create an
one_to_many relationship between the tables in my database diagram. But I'm
not sure how to do this for 7 columns.
Help ...
Ronald
Every record is an action which is divided by (7) sub-actions.
For this sub-actions people will be assigned as responsible.
Selecting a responsible person will be done by means of comboboxes and a
Lookup table. (tbl_rsp_prsns)
The related persons ID_number will be stored into the main tabel(tbl_main).
So tbl_main has 7 int columns for these ID numbers.
Problem: If I only had one ID_number to store I simply could create an
one_to_many relationship between the tables in my database diagram. But I'm
not sure how to do this for 7 columns.
Help ...
Ronald