In Query remove $ sign

  • Thread starter Thread starter andy
  • Start date Start date
A

andy

Data from table has $, and decimal. I would like to have a
query item that is formatted without the $ sign.

Data looks like this

$78.44
$177.09

I want it to look like this

78.44
177.09

Thank you in advance
God bless you
andy
 
Data from table has $, and decimal. I would like to have a
query item that is formatted without the $ sign.

Data looks like this

$78.44
$177.09

I want it to look like this

78.44
177.09

In your query, right-click on the field name, then select
"Properties". In the Field Properties window, select "Fixed" from the
"Format" dropdown, and make sure the "Decimal Places" is set to 2.

HTH

hro
 

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