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
grabbing text from a string after a logic
Problem with "shutdown" DOS command
help me find this driver- Netgear WN111 ver.1 for XP
Using COMAdmin to create a COM+ application running under an identity of "Network Service"
Using IF in SQL SELECT
Reorder Columns in a DataGrid
How to deal with binary data types in access
How to reinstall Vista USB Drivers?
button width: changed from IE6 to IE7 and now button length is very large
Populate Table from Multiple Calculated Field on a Form in Access