D
Don
I have two databases. The tables in one are linked to the other.
I want to create a query in the linked database to delete all records in a
table that have duplicates. I want to delete the oldest duplicates. There
is a timestamp on all the records in the table.
I've tried building every conceivable delete query and I keep getting a
message telling me I can't delete the record.
One other thing. The database that holds the acutal tables is an .mdb file
and the database with the query is an .accdb file. This is the case because
my Monarch application can only export to an .mdb file.
Any helpful direction would be appreciated.
I want to create a query in the linked database to delete all records in a
table that have duplicates. I want to delete the oldest duplicates. There
is a timestamp on all the records in the table.
I've tried building every conceivable delete query and I keep getting a
message telling me I can't delete the record.
One other thing. The database that holds the acutal tables is an .mdb file
and the database with the query is an .accdb file. This is the case because
my Monarch application can only export to an .mdb file.
Any helpful direction would be appreciated.