C
C Tate
I have an Access database containing a number of tables. The database
contains the names and 'identifiers' (consisting of two initials, a date of
birth, and sex, eg CT3/10/30M) of clients worked with. Incidentally, the
identifer is not the primary key so sometimes a client will appear in a
table more than once if they have used a service more than once.
I also have a Word document which consists of a list of clients and their
identifiers who should remain in the Access database.
All the other clients have to be deleted from the Access database.
I therefore need to compare the Word list and one of the Access tables and
delete all the people NOT on the Word list. Help! Is there a quick way to do
this?? I suppose it just involves comparing two lists but am not quite sure
how to do this. Doing it manually seems very laborious given that there are
thousands of people on the database.
contains the names and 'identifiers' (consisting of two initials, a date of
birth, and sex, eg CT3/10/30M) of clients worked with. Incidentally, the
identifer is not the primary key so sometimes a client will appear in a
table more than once if they have used a service more than once.
I also have a Word document which consists of a list of clients and their
identifiers who should remain in the Access database.
All the other clients have to be deleted from the Access database.
I therefore need to compare the Word list and one of the Access tables and
delete all the people NOT on the Word list. Help! Is there a quick way to do
this?? I suppose it just involves comparing two lists but am not quite sure
how to do this. Doing it manually seems very laborious given that there are
thousands of people on the database.