Microsoft
Software
Hardware
Network
Question : Exporting Access Query To Excel: Format Currency to Number
I am exporting a query with currency values into Excel 2003. I want to be able to export the currency values so that
1) they are numbers (i.e.$15.34 becomes 15.34)
2) the $0 results have a 0 and are not null
3) the resulting values are not text and can be utilized as numbers in excel.
Thanks!
Answer : Exporting Access Query To Excel: Format Currency to Number
Sorry, meant:
CDbl(Nz(YourCurrencyColumn
, 0))
Random Solutions
Can't save Access 2003 report with specific printer under Access 2007
how to create a TreeView and Bind its nodes to a DataTable?
Want to update a field with values from another field within the same table if it meets a condition
PrivateProfileString
ado.net reading first sheet of excel file.
Importing/Linking Data from URL
ISA Firewall - Open port 81 to Webserver on the Server
query to show anything due in the current week
Solve this backup error, "The storage control block address is invalid."
Populate Excel Cells from SQL