percent in the expression builder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to multiply [text56]*103%. i cnt semm to get the answer I need. Its
on a report. Help!
 
What are the values in text56 and what are you getting versus what you expect?

Have you formatted the results as a percent? That could change the way
things look. Something like this might work:

Format([text56] * 1.03/100,"Percent")

Is text56 a text field or number field? Multiplying by a text value can be
somewhat iffy even if the characters are numerals.
 
I want to multiply [text56]*103%. i cnt semm to get the answer I need. Its
on a report. Help!

Multiply [Text56]*1.03

John W. Vinson[MVP]
 

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