R
Rony
Hi
I have a report processed through a query, and need to export the data in
CSV format, I tried through a macro and then converted the Macro to VB, but
I am not able to get it to the desired csv format instead it output's in
excel format, code indicated below,
DoCmd.OutputTo acReport, "ARRANGEB", "MicrosoftExcelBiff8", "c:\ronytest.csv"
Please let me know how can amend the code to get the desired result.
Thanks
Ron
I have a report processed through a query, and need to export the data in
CSV format, I tried through a macro and then converted the Macro to VB, but
I am not able to get it to the desired csv format instead it output's in
excel format, code indicated below,
DoCmd.OutputTo acReport, "ARRANGEB", "MicrosoftExcelBiff8", "c:\ronytest.csv"
Please let me know how can amend the code to get the desired result.
Thanks
Ron