P
PSULionRP
Fairly new to Access VBA.
How can I export an Access Query to a pipe delimited .csv file???
I believe the VBA Syntax is...
DoCmd.TransferText acExportDelim, _
"Specification Name", "qry_name", "C:\PathName\FileName.csv"
How do I specify and indicate to make it pipe delimited, "|"???
Thanks for your review and hopeful for a replay.
PSULionRP
How can I export an Access Query to a pipe delimited .csv file???
I believe the VBA Syntax is...
DoCmd.TransferText acExportDelim, _
"Specification Name", "qry_name", "C:\PathName\FileName.csv"
How do I specify and indicate to make it pipe delimited, "|"???
Thanks for your review and hopeful for a replay.
PSULionRP