Percentage

  • Thread starter Thread starter stephendeloach via AccessMonster.com
  • Start date Start date
S

stephendeloach via AccessMonster.com

I have a form with a Tax field. The property is set to Percent with 2 decimal
places. When I type in 6.75 it is changed to 675.00% ? I need it to say 6.75%
can anyone help me with this? Thanks
 
I suspect the control is bound to an Integer field. Change it to something
that can hold a decimal: single, double, currency.
 
I have it set to Double, Percent, 2....
I suspect the control is bound to an Integer field. Change it to something
that can hold a decimal: single, double, currency.
 
Yes you are very right. Now how would I go about making it to where I type in
6.75 and it automatically goes to 6.75% instead of 675%? I know you need to
divide it by 100 but how would I put that in my form? Thanks

Lynn said:
You are welcome
I believe Lynn has hit the nail on the head. Thanks Lynn.
[quoted text clipped - 7 lines]
 

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

Similar Threads


Back
Top