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
Updating date returned from SQL
SQL statement to create dataset where table date field is > than a datepicker.value
Outlook 2007 - How to migrate two outlook profiles from old computer to new computer
Delete a record in the BeforeUpdate
Why won't this work
add a zero to a number...
Cannot execute stored procs from Access without using SQL Native Client driver
pause code in sql2008 through Access07
asp.net and silverlight 3 problem
Select month view via scroll bar