TheAceMan1
Programmer
Howdy Everyone! . . . . .
Was asked by a Private PreSchool organization to bring a DB up to date. The DB is flatline (MicrosoftWorks) and [blue]has a great many duplicates[/blue] as far as table normalization is concerned.
What I need is to be able to do is [purple]delete all duplicates save the one of each group![/purple], before I can transfer data to new tables. Data entry personel will correct all records once this is done.
I've added and extra field to specific tables for flaging duplicates, and constructed Delete Queries (individual per table) with subquery to set the flg for duplicates. This works fine, and if I execute the queries, I can delete all duplicates.
[blue]How do I leave the one of each group?[/blue]
See Ya! . . . . . .
Was asked by a Private PreSchool organization to bring a DB up to date. The DB is flatline (MicrosoftWorks) and [blue]has a great many duplicates[/blue] as far as table normalization is concerned.
What I need is to be able to do is [purple]delete all duplicates save the one of each group![/purple], before I can transfer data to new tables. Data entry personel will correct all records once this is done.
I've added and extra field to specific tables for flaging duplicates, and constructed Delete Queries (individual per table) with subquery to set the flg for duplicates. This works fine, and if I execute the queries, I can delete all duplicates.
[blue]How do I leave the one of each group?[/blue]
