G
Guest
What is the best way to handle this situation.
Value Table has the following fields
SerialNo | EquipmentDescription
124 | HW0001
134 | HW0001
541 | HW0007
321 | HW0008
Client table has following fields amoung others. SerialNo can be blank
(I.E. this client may not have this equipment from above table in their
possession,
but no two clients can have the same equipment)
Client | SerialNo
1 | 124
2 |
3 |
4 | 541
5 | 321
6 | 321 NOT ALLOWED
Is there a way to handle this with indexes or relationships, rather than
programatically? If so, how? If not, what is the best way to approach this?
Value Table has the following fields
SerialNo | EquipmentDescription
124 | HW0001
134 | HW0001
541 | HW0007
321 | HW0008
Client table has following fields amoung others. SerialNo can be blank
(I.E. this client may not have this equipment from above table in their
possession,
but no two clients can have the same equipment)
Client | SerialNo
1 | 124
2 |
3 |
4 | 541
5 | 321
6 | 321 NOT ALLOWED
Is there a way to handle this with indexes or relationships, rather than
programatically? If so, how? If not, what is the best way to approach this?