K
Kevin C.
Hi-
I have a query that updates a username to a particular
record in a table. The query is run through a form, and
the user clicks on their name and types in what to assign
to themself. The problem is that there may be possible
duplicate reocrds in the database, but only 1 of the
duplicate records needs to be updated, not both of them.
The only distinguishing feature between the 2 records is
the ID# (Autonumber). How do I tell the query to update
only 1 of the records and not to update all of the
duplicates as well?
I have a query that updates a username to a particular
record in a table. The query is run through a form, and
the user clicks on their name and types in what to assign
to themself. The problem is that there may be possible
duplicate reocrds in the database, but only 1 of the
duplicate records needs to be updated, not both of them.
The only distinguishing feature between the 2 records is
the ID# (Autonumber). How do I tell the query to update
only 1 of the records and not to update all of the
duplicates as well?