W
wizard_chef
I know how to eliminate dupes in a table by copying the table
structure, making the duplicate fields in the copied table primary
keys, and then copying the table with the dupes into that table.
This works but is time-consuming. Is there any way to eliminate
duplications at the query level????
[By "duplications" I mean selecting a field and specifiying that only
the first instance of that field in the query will be included in the
query output.]
wizard_chef
structure, making the duplicate fields in the copied table primary
keys, and then copying the table with the dupes into that table.
This works but is time-consuming. Is there any way to eliminate
duplications at the query level????
[By "duplications" I mean selecting a field and specifiying that only
the first instance of that field in the query will be included in the
query output.]
wizard_chef