I know this topic has been covered before in one of the forums, but for the life of me, I can't find it and I can't get the recommended solution to work.
History: Using TransferText in Access 2000 to import or export you can receive error messages, and if you want to use a schemi.ini file for specific formatting, it will be ignored. This is a known problem in the MS Knowledge Base #241477.
The recommended resolution is to use the db.execute......example:
db.execute "Select * INTO tblNEW FROM [Text; FMT=Delimited;HDR=Yes;Database=c:\mydocuments;];"
I assume it works fine for importing but I haven't been able to make it work for export.
Is it even possible to use this for export? I need to be able to export in a specific format, i.e., pipe delimited, no text qualifier, first line includes column names. I've been working on this off and on for about 6 weeks, and at this point I'm too close to it to see where my blind spot is.
Any and all help is greatly appreciated.
Thanks.
History: Using TransferText in Access 2000 to import or export you can receive error messages, and if you want to use a schemi.ini file for specific formatting, it will be ignored. This is a known problem in the MS Knowledge Base #241477.
The recommended resolution is to use the db.execute......example:
db.execute "Select * INTO tblNEW FROM [Text; FMT=Delimited;HDR=Yes;Database=c:\mydocuments;];"
I assume it works fine for importing but I haven't been able to make it work for export.
Is it even possible to use this for export? I need to be able to export in a specific format, i.e., pipe delimited, no text qualifier, first line includes column names. I've been working on this off and on for about 6 weeks, and at this point I'm too close to it to see where my blind spot is.
Any and all help is greatly appreciated.
Thanks.