G
Guest
I have 2 tables, tblclients and tblappointments related in a 1:many based on
cliendID (not an autonumber). I am importing data from a text file to
populate tblappointments (including clientID -foreign Key- and "date of
appointment"). I will by necessity have duplicates in the clientID field
(each client will have more than one appointment) and I will have duplicates
in the "date of appointment field" (more than one client seen per day). I
would like to prevent duplicates in such a way that one client won't be
listed more than once for a given "date of appointment" during the import. Is
this possible? Thanks.
cliendID (not an autonumber). I am importing data from a text file to
populate tblappointments (including clientID -foreign Key- and "date of
appointment"). I will by necessity have duplicates in the clientID field
(each client will have more than one appointment) and I will have duplicates
in the "date of appointment field" (more than one client seen per day). I
would like to prevent duplicates in such a way that one client won't be
listed more than once for a given "date of appointment" during the import. Is
this possible? Thanks.