Field Format Property

K

KKash

Hello - I'm trying to make my field in my table, form, and report read out as
a percentage. For example in my form I want to be able to type in 87.49 and
it read out in the table and report as 87.49%. In the Table Field Properties
I'm using Field Size - Single, Format - Percentage, and Decimal Places 2 but
I keep getting 8078.00%. In the Form and Report I have been able to get it
to read 80.78 but no percentage sign. Can anyone help???? Thanks!

kkash
 
K

KARL DEWEY

A percentage is 1 (one) divided by a number like 1/5 = .2 or 20%.
You have to store the number in the table as 0.8749 as this is displayed as
87.49%.
Then you can format the text boxes in the form or report to display percent.
 
K

KKash

Thank You!

KARL DEWEY said:
A percentage is 1 (one) divided by a number like 1/5 = .2 or 20%.
You have to store the number in the table as 0.8749 as this is displayed as
87.49%.
Then you can format the text boxes in the form or report to display percent.
 

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

Top