Lifeseeker
Registered User.
- Local time
- Today, 05:46
- Joined
- Mar 18, 2011
- Messages
- 273
Hi,
I have two master tables set up.
Right now in both tables, I have the PK set on a particular field(so the PKs are not the AutoNumber)
If I manually change the PK to be the AutoNumber for each of the two tables, is there any way to prevent adding the same records twice in each table?
I am assuming this can be done in a little VBA code? Some kind of duplication check?
Could someone guide me on how to go about implmenmenting this feature?
Much appreciated.
I have two master tables set up.
Right now in both tables, I have the PK set on a particular field(so the PKs are not the AutoNumber)
If I manually change the PK to be the AutoNumber for each of the two tables, is there any way to prevent adding the same records twice in each table?
I am assuming this can be done in a little VBA code? Some kind of duplication check?
Could someone guide me on how to go about implmenmenting this feature?
Much appreciated.