G
Guest
I am importing from a text field in which the client ID can be duplicated. I
have generated a new table called "tblImportClient" where this data goes.
There is no key field so the clientID can be duplicated. I would like to use
the data in this field using an append qry to append (add clients not
currently in my database) the "tblClient" table in which the clientID is the
key field (not an autonumber). How can I append a new client into the
tblClient so that a client is only added once (so i don't violate the key
field rules for the clientID). Thanks for any help.
have generated a new table called "tblImportClient" where this data goes.
There is no key field so the clientID can be duplicated. I would like to use
the data in this field using an append qry to append (add clients not
currently in my database) the "tblClient" table in which the clientID is the
key field (not an autonumber). How can I append a new client into the
tblClient so that a client is only added once (so i don't violate the key
field rules for the clientID). Thanks for any help.