Hello all.
I have some VBA that transfers a query to a text file.
DoCmd.TransferText acExportDelim, , "qry_VISA Statement Final Index", "R:\DEPT-BR\CONSUMER LENDING\VISA\VISA Statements\VISA Statement Final Index.txt", False
Two issues:
1.) I have two expressions in my query that don't transfer (they show up on the query when I run it)
2.) I don't want the quotes around each field
Thoughts, feedback, suggestions? Thank you.
I have some VBA that transfers a query to a text file.
DoCmd.TransferText acExportDelim, , "qry_VISA Statement Final Index", "R:\DEPT-BR\CONSUMER LENDING\VISA\VISA Statements\VISA Statement Final Index.txt", False
Two issues:
1.) I have two expressions in my query that don't transfer (they show up on the query when I run it)
2.) I don't want the quotes around each field
Thoughts, feedback, suggestions? Thank you.