T
Toby
Hi
I have a need to export a table to some of my remote
users who will then need to import
the data to update their database. I presumed to use the
following:
DoCmd.TransferText
acExportDelim, , "tblSchedule", "C:\Out\schedule.txt"
This works fine now, but problems occur when trying to
import it. I used Importdelim, but get error 2391 Field
F1 does not exist in destination table tblSchedule.
Surely if I what I import should be same as what I
export ?
Any help to work this out would be appreciated.
Thanks
I have a need to export a table to some of my remote
users who will then need to import
the data to update their database. I presumed to use the
following:
DoCmd.TransferText
acExportDelim, , "tblSchedule", "C:\Out\schedule.txt"
This works fine now, but problems occur when trying to
import it. I used Importdelim, but get error 2391 Field
F1 does not exist in destination table tblSchedule.
Surely if I what I import should be same as what I
export ?
Any help to work this out would be appreciated.
Thanks