J
Jules Harris via AccessMonster.com
I have a problem in that if i use the following expression to export data:
DoCmd.TransferText acExportDelim, "BKALLEXPT", "BACKLOADALL", "\AT2000\
EXPORT.DAT"
I get an error which says "cannot update. Database or object is read only"
If i change the export file to export.txt it works fine. The problem is I
need the file to be called export.dat for another routine to pick up. It
seems not to like the extension .dat
I'm running xp. Any ideas?
DoCmd.TransferText acExportDelim, "BKALLEXPT", "BACKLOADALL", "\AT2000\
EXPORT.DAT"
I get an error which says "cannot update. Database or object is read only"
If i change the export file to export.txt it works fine. The problem is I
need the file to be called export.dat for another routine to pick up. It
seems not to like the extension .dat
I'm running xp. Any ideas?