T
test guy
Original issue: > 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.
I was told that I should use an Update query, but I'm uncertain how to
qualify that the query will ONLY update those records WHERE the keying field
= 1.
Does anyone have suggestions on building this query/process?
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.
I was told that I should use an Update query, but I'm uncertain how to
qualify that the query will ONLY update those records WHERE the keying field
= 1.
Does anyone have suggestions on building this query/process?