Import but not append each time

  • Thread starter Thread starter Koulla
  • Start date Start date
K

Koulla

I have a table Stud that I import from a Stud.txt file.
Every week Stud.txt file will be change. I have a macro
that import Stud file but every time I import it to access
it append Stud.txt file to Stud access table. The macro
contains TransferText. In TransferText Type I have Import
Delimited. Can I do the import but to not append the file
each time?? By macro or by other way?

Thanks a lot!
Koulla
 
If you want to delete the the records in the existing table
run a delete query before the import. Or do you want to
create a new table?

Jim
 
Back
Top