L
Liam O'Grady
I made a database to track hearings of an administrative tribunal. I have
two main tables (people and decisions). All other tables are lookup tables.
In the decisions table I need to show which board member sat on the hearing.
I have a lookup table for the board members. There are twenty four board
members. A hearing has usually two board members, but sometimes three. So
for the tblDecisions... I have three columns labeled BM1, BM2 and BM3.
I would like to be able to query the database to see which board members did
which hearings, and to be able to query out the track record of each board
member.
The problem I have run into is that when I create the relationships, access
won't let me create a one to many with referential integrity for each of the
board member columns.
Is there a better way to achieve what I have done? Or a correct way to do
what I am trying to do?
TIA...
Nick.
two main tables (people and decisions). All other tables are lookup tables.
In the decisions table I need to show which board member sat on the hearing.
I have a lookup table for the board members. There are twenty four board
members. A hearing has usually two board members, but sometimes three. So
for the tblDecisions... I have three columns labeled BM1, BM2 and BM3.
I would like to be able to query the database to see which board members did
which hearings, and to be able to query out the track record of each board
member.
The problem I have run into is that when I create the relationships, access
won't let me create a one to many with referential integrity for each of the
board member columns.
Is there a better way to achieve what I have done? Or a correct way to do
what I am trying to do?
TIA...
Nick.