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
Zend_Mail without Zend framework ?
Gettting and displaying stock related information in Asp.Net
Event ID 12292
Can I use union with sql subqueries?
Form_Current or Form_Open
Remotely Installing Windows Server 2008
Need help understranding 'WHERE EXISTS' and 'WHERE NOT EXISTS'
Allow users to change password using IIS
I have created a global distribution group - it opos up twice in the GAL - one is the group that shows the contacts - but it shows another exact name of the group (there is only one ion AD) with NO us
Cancel button on form