A
Access Sortof Newb
Good morning all,
I have a table that has a unique identifier key, ID, but there are two
other fields PNID and PLID that cannot be the same in more than one
record:
Example
ID PNID PLID
1 5 5
2 5 3
3 5 5 duplicated with ID = 1, so not
allowed.
Is there any way to check for these inconsistencies within the table
properties, or would I have to create a query to ensure these
duplicates are not present? PNID and PLID are not keyed.
thanks for the help
Tim
I have a table that has a unique identifier key, ID, but there are two
other fields PNID and PLID that cannot be the same in more than one
record:
Example
ID PNID PLID
1 5 5
2 5 3
3 5 5 duplicated with ID = 1, so not
allowed.
Is there any way to check for these inconsistencies within the table
properties, or would I have to create a query to ensure these
duplicates are not present? PNID and PLID are not keyed.
thanks for the help
Tim