Here's my scenario:
I have an Access database into which I import data from three DBF files on a regular basis. I get the DBF files from a third party and I replace my existing data with the updated data when I get them. I import the files as three separate tables, call them tblA, tblB, and tblC (one from each DBF). I want to get rid of all the data in each of these three tables every time I receive the DBF updates from the third party. Let us assume that I must import the data, rather than link to the DBFs--external links are unacceptable in this scenario.
Is there an easier way to update my data than to delete the three existing tables out of my Access database and then import the new DBFs one at a time? I'd prefer to have it be more automated than that. All the fields will always be the same.
Duluter
I have an Access database into which I import data from three DBF files on a regular basis. I get the DBF files from a third party and I replace my existing data with the updated data when I get them. I import the files as three separate tables, call them tblA, tblB, and tblC (one from each DBF). I want to get rid of all the data in each of these three tables every time I receive the DBF updates from the third party. Let us assume that I must import the data, rather than link to the DBFs--external links are unacceptable in this scenario.
Is there an easier way to update my data than to delete the three existing tables out of my Access database and then import the new DBFs one at a time? I'd prefer to have it be more automated than that. All the fields will always be the same.
Duluter