Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble with TransferText Output

Status
Not open for further replies.

sroche

IS-IT--Management
Jul 6, 2001
4
US
I am having trouble with the Transfer Text Output of a query. The output contains decimal points the I would like to remove. Any help would be greatly appreciated.

Thanks.


Function ExportCops()
DoCmd.TransferText acExportDelim, , _
"Cops Interview Negive by Store Query", "D:\My Documents\Test.csv"
End Function


File:
2.00,2004.00,12.00,1
20.00,2004.00,12.00,1
68.00,2004.00,12.00,2
74.00,2004.00,12.00,1

 
Have you tried changing the underlying query to format the values?

< M!ke >
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top