B
Brad
I need to feed data from Access into an accounting system.
Here is the DoCmd.OutputTo command that I am testing with.
DoCmd.OutputTo _
acOutputTable, _
"tblCustomers", _
acFormatTXT, _
OutputFileName, _
False, _
"", _
0, _
acExportQualityPrint
I need to just feed the data with VBA with no headers and borders.
I cannot find an explanation on how to do this.
Thanks in advance for your help.
Here is the DoCmd.OutputTo command that I am testing with.
DoCmd.OutputTo _
acOutputTable, _
"tblCustomers", _
acFormatTXT, _
OutputFileName, _
False, _
"", _
0, _
acExportQualityPrint
I need to just feed the data with VBA with no headers and borders.
I cannot find an explanation on how to do this.
Thanks in advance for your help.