G
Guest
I have a parent table, which represents a list of businesses. Then a child
table which represents instances of a business participating in a program.
The child table has a program type field that draws from a lookup.
What I would like to do, is structure the database to constrain the child
table to only accept one instance of a program type per business. So in
other words, Business A can participate in many programs, but only once in
each program. Any thoughts on how to do that?
table which represents instances of a business participating in a program.
The child table has a program type field that draws from a lookup.
What I would like to do, is structure the database to constrain the child
table to only accept one instance of a program type per business. So in
other words, Business A can participate in many programs, but only once in
each program. Any thoughts on how to do that?