G
Guest
Hi there,
Am trying to export query to a CSV file with header details to a specific
location.
Nearly have it working in that the file is created and stored where I expect
it to be, except tthe file headers are not created even though I appear to
indicate I wish them to be as per the code below.
DoCmd.TransferText acExportDelim, "SAP_EXTRACT", "qry_create_journal",
strDirectory & "\IA_RBC_Journal.CSV", True
Am working in Access 2000. Any ideas or suggestions?
Cheers
Am trying to export query to a CSV file with header details to a specific
location.
Nearly have it working in that the file is created and stored where I expect
it to be, except tthe file headers are not created even though I appear to
indicate I wish them to be as per the code below.
DoCmd.TransferText acExportDelim, "SAP_EXTRACT", "qry_create_journal",
strDirectory & "\IA_RBC_Journal.CSV", True
Am working in Access 2000. Any ideas or suggestions?
Cheers