T
test guy
I currently have an import process in place including an append query to
bring delimited data into my table. It currently ignores duplicates keying
off of a specific field, thus only importing the "new" records.
What I need to do, is rewrite the process so that it continues to import the
new records, but ALSO import records where a specific field is set to true,
which is to say that the field is being used as an update flag.
Thoughts from the masses on how I could do this?? Thanks in advance-
bring delimited data into my table. It currently ignores duplicates keying
off of a specific field, thus only importing the "new" records.
What I need to do, is rewrite the process so that it continues to import the
new records, but ALSO import records where a specific field is set to true,
which is to say that the field is being used as an update flag.
Thoughts from the masses on how I could do this?? Thanks in advance-