A
AccessUser79
I have a query that I am trying to export in csv format. I am using
this code right now
DoCmd.OutputTo acQuery, "qselInvestor", "MicrosoftExcel(*.xls)", Path &
"exports\qselInvestor.csv", False, ""
Everything is working fine. The only issue is I have amounts in my
query as 1345,678 and I want to export it as 1346678 (without commas).
I don't want to format it as test in the query.
Any ideas would be very much appreciated.
Thanks
this code right now
DoCmd.OutputTo acQuery, "qselInvestor", "MicrosoftExcel(*.xls)", Path &
"exports\qselInvestor.csv", False, ""
Everything is working fine. The only issue is I have amounts in my
query as 1345,678 and I want to export it as 1346678 (without commas).
I don't want to format it as test in the query.
Any ideas would be very much appreciated.
Thanks