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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

currency format 1

Status
Not open for further replies.

mikeba1

Programmer
Jan 2, 2005
235
GB
I am trying to produce a csv query based on a form.
In the query the value field has a format of #.00
All looks well when running the query, however the output csv file has a £ signn in front of the value.
Is there a way not to have the currency symbol.
Thanks
 
Have you formatted the field in the query? That is:

Format(ThisField,"Fixed")
 
Thanks Remou
I was relying on the format in the query def and putting the format in the field.
Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top