Number Conversion

  • Thread starter Thread starter Tony Ramirez
  • Start date Start date
T

Tony Ramirez

Hello...

Would like to take the number 2 (from the source table) and convert it to
..02 for calculation within a form and a query. Thanks so much...you all
rock!!!

Tony
 
Assuming that:

"2" is merely an example, not the sole case
And that the desired conversion is to divide by 100
the "2" is in a field called "NumberSource"


The use the expression
=[NumberSource]/100

alternatively
=[NumberSource]*.01
 

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