G
GEORGIA
is it possible to export report as csv format?
I've used output format as text but the file does not line up right.
My code loooks something like this.
DoCmd.OutputTo acOutputReport, "TEST_file", "Text Files
(*.txt;*.csv;*.tab;*.asc)", "C:\MyDocuments\test_" & Format(Date, "MMDDYYYY")
& ".csv"
I've used output format as Excel, however, the file may look csv file but it
is not.
File does need to be csv format or the program we use fails.
Thanks!
I've used output format as text but the file does not line up right.
My code loooks something like this.
DoCmd.OutputTo acOutputReport, "TEST_file", "Text Files
(*.txt;*.csv;*.tab;*.asc)", "C:\MyDocuments\test_" & Format(Date, "MMDDYYYY")
& ".csv"
I've used output format as Excel, however, the file may look csv file but it
is not.
File does need to be csv format or the program we use fails.
Thanks!