Access: How can I export currency value without the $

  • Thread starter Thread starter nesster13
  • Start date Start date
N

nesster13

I have a query that extract the value I want from the master table but
one of it field is in currency format. It does not show the $ when I
run the query but when I try to export it into a text file, the 4
showed up. Is there anyway to export without the $?

Any help is greatly appricated.
 
Try using a Calculated Field instead of the currency Field in your Query
like:

ExportField: Format([CurrencyField], "0.00")

(or whatever the format you want to use.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top