postmanphat
Technical User
Hi,
I know I may be asking a lot here but here goes...
I've got a db that contains a clients table tblClients, which just stores basic name and address info of people who use a facility.
When they come to the facility, their attendance is recorded by their ClientID being recorded in tblDropIn.
No problem so far.
However, a fair little bit of double entry has crept in where the users haven't been properly searching for users already on there so there is a couple of hundred clients in tblClients that are in there twice.
What I want to create is some functionality to merge duplicate records, and to resolve the FKs in the tblDropIn table.
I've no problem picking out all my duplicate (and possible duplicate entries), its just the merging and FK problem I'm struggling with.
I've had a good look online but haven't really found anyhting to help. I'm using Access 2000.
Any help would be most gratefully received.
Ta
Dave
I know I may be asking a lot here but here goes...
I've got a db that contains a clients table tblClients, which just stores basic name and address info of people who use a facility.
When they come to the facility, their attendance is recorded by their ClientID being recorded in tblDropIn.
No problem so far.
However, a fair little bit of double entry has crept in where the users haven't been properly searching for users already on there so there is a couple of hundred clients in tblClients that are in there twice.
What I want to create is some functionality to merge duplicate records, and to resolve the FKs in the tblDropIn table.
I've no problem picking out all my duplicate (and possible duplicate entries), its just the merging and FK problem I'm struggling with.
I've had a good look online but haven't really found anyhting to help. I'm using Access 2000.
Any help would be most gratefully received.
Ta
Dave