L
LDMueller
I have a table with which includes two fields, FileNo and PublicationNo.
Normally if I'm referencing one field, I can control it so there can't be
duplicates entered. In this case, I need to control no duplicates for the
combination of these two fields. Basically, one PublicationNo can belong to
several FileNo.
For example:
FileNo PublicationNo
125 123456
126 123456
127 123456
125 456789
127 456789
I need some direction to get started. Any assistance would be greatly
appreciated.
Thanks!
LDMueller
Normally if I'm referencing one field, I can control it so there can't be
duplicates entered. In this case, I need to control no duplicates for the
combination of these two fields. Basically, one PublicationNo can belong to
several FileNo.
For example:
FileNo PublicationNo
125 123456
126 123456
127 123456
125 456789
127 456789
I need some direction to get started. Any assistance would be greatly
appreciated.
Thanks!
LDMueller