G
GLT
Hi,
I have a table where I import data to a table. This data contains a list of
Services (some which are valid, and some which can be ignored).
I have another permanent table that contains a list of Services which can be
ignored.
What I would like to do, is after the import data has completed, compare the
two tables and flag all matched records (in the first table) as ignore (i
already have a check box field in this table for this purpose).
Would an update query be best for this, or cloning a record set in VBA and
scanning through all records in the table be better?
Any assistance is always greatly appreciated...
Cheers,
GLT.
I have a table where I import data to a table. This data contains a list of
Services (some which are valid, and some which can be ignored).
I have another permanent table that contains a list of Services which can be
ignored.
What I would like to do, is after the import data has completed, compare the
two tables and flag all matched records (in the first table) as ignore (i
already have a check box field in this table for this purpose).
Would an update query be best for this, or cloning a record set in VBA and
scanning through all records in the table be better?
Any assistance is always greatly appreciated...
Cheers,
GLT.