Export query to csv format

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top