EXPORTING AS ~ Delimited

G

Guest

what is the easiest way to export the results of a query to a ~ delimited
flat file?



Thanks in advance.
 
G

Guest

Should clarify a little...

I need to have the export performed by Using VBA code or module

thanks.
 
J

John Nurick

Export the query once manually. As you do so, click the Advanced button
in the text export wizard, and create and save an import/export
specification that uses ~ as the delimiter.

Subsequently, pass the name of this specification when you call
DoCmd.TransferText.
 

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