C
Chris
I am using a Macro that calls up an append query to move
data from one table to another. The query prompts the user
to 'name' the records. The name is stored in a new field
in the appended table. There can be more than one record
with this 'name', so it is not a primary key.
How can I make the macro check the 'name' field, and if
that 'name' already exists, prompt the user for a new
name?
data from one table to another. The query prompts the user
to 'name' the records. The name is stored in a new field
in the appended table. There can be more than one record
with this 'name', so it is not a primary key.
How can I make the macro check the 'name' field, and if
that 'name' already exists, prompt the user for a new
name?