I
icccapital
I am using the transfertext method and a saved specification in vba to import
some data into a table. Right now if there is a duplicate record it will
import it anyway, but I would like the import to look at 3 fields in
particular and if the imported data has the same information as the table
data I would like it to overwrite the table data. The primary key is an
autonumber that isn't part of the import because it is just the next number.
But the three fields are clientCode, date and security. So if all three of
these match I want to take the new data basically. Is there a way to do this
on import or do I need to run a query after?
thanks
some data into a table. Right now if there is a duplicate record it will
import it anyway, but I would like the import to look at 3 fields in
particular and if the imported data has the same information as the table
data I would like it to overwrite the table data. The primary key is an
autonumber that isn't part of the import because it is just the next number.
But the three fields are clientCode, date and security. So if all three of
these match I want to take the new data basically. Is there a way to do this
on import or do I need to run a query after?
thanks