delimiter problem

T

Tom

Using Access 2002, I wish to export a table as a csv file.
If I manually config an Export Specification to use ^ as
the field delimiter everything exports OK.

If however I use
DoCmd.TransferText acExportFixed, "Property Export
Specification", "Property", "C:\Temp\test.csv", True
the delimiter reverts back to a comma.

Any advice on why this happens and how to overcome it
would be appreciated.

Thanks in advance

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top