I currently import daily records from a non-Access database to prevent duplications of records I delete all records in table daily. Is there a way I can automatic this process?
You can create a macro to run a delete query that deletes
all of the records in the table, then imports the data
using stored specifications. Post back if you need help
with creating a delete query or saving import spec's.
-Ted
-----Original Message-----
I currently import daily records from a non-Access