i have a major problem with duplicated records in the system. Before I eradicate them, I am trying to get proof its not in the database design, but user error. The main table is called TXMASTERS, in which there is a Barcode field. I have checked there are no duplicates in this table. Related to this table is one called TXCLIPS. In this table there is a field called Start which has an eight digit time field. Also in the table there is a comments field. I have found duplicate entries of the start time, and of the comments field in the same record, however I have also found duplicate start times, but slightly different worded text in the comments field, as though the record had been added at a seperate occasion.
I am trying to make 2 seperate queries, one to show duplicate child records having the same text in the comments field, and another of duplicate records having different text in the comments field.
TXMASTERS Table
ID1 (Primary)
Barcode
TXCLIPS Table
ID1 (Foreign)
ID2 (Primary)
Start
Comments
I have tried the wizards duplicates query but got nowhere.
Many thanks
I am trying to make 2 seperate queries, one to show duplicate child records having the same text in the comments field, and another of duplicate records having different text in the comments field.
TXMASTERS Table
ID1 (Primary)
Barcode
TXCLIPS Table
ID1 (Foreign)
ID2 (Primary)
Start
Comments
I have tried the wizards duplicates query but got nowhere.
Many thanks