Dividing Percentages

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

Guest

I need to know how to divide percentages in a text box by 100 so that the
show correctly. Is there coding I can put into that text box to make it
display properly, and if so; do I need to make any changes to the
corresponding table?
 
In the expression for the output field add this --- /100 like this shows.
My_Percent: Sum([Boys]/[Group]
My_Percent: (Sum([Boys]/[Group]) / 100
 
I don't understand you response. Eveything turns red, and I get errors.

KARL DEWEY said:
In the expression for the output field add this --- /100 like this shows.
My_Percent: Sum([Boys]/[Group]
My_Percent: (Sum([Boys]/[Group]) / 100
--
KARL DEWEY
Build a little - Test a little


Jase4now said:
I need to know how to divide percentages in a text box by 100 so that the
show correctly. Is there coding I can put into that text box to make it
display properly, and if so; do I need to make any changes to the
corresponding table?
 
What turns red? Where are putting the information?
What is the complete formula after putting what I said to put.
--
KARL DEWEY
Build a little - Test a little


Jase4now said:
I don't understand you response. Eveything turns red, and I get errors.

KARL DEWEY said:
In the expression for the output field add this --- /100 like this shows.
My_Percent: Sum([Boys]/[Group]
My_Percent: (Sum([Boys]/[Group]) / 100
--
KARL DEWEY
Build a little - Test a little


Jase4now said:
I need to know how to divide percentages in a text box by 100 so that the
show correctly. Is there coding I can put into that text box to make it
display properly, and if so; do I need to make any changes to the
corresponding table?
 
I figured out what I needed. Thank you for helping,

Joel

KARL DEWEY said:
What turns red? Where are putting the information?
What is the complete formula after putting what I said to put.
--
KARL DEWEY
Build a little - Test a little


Jase4now said:
I don't understand you response. Eveything turns red, and I get errors.

KARL DEWEY said:
In the expression for the output field add this --- /100 like this shows.
My_Percent: Sum([Boys]/[Group]
My_Percent: (Sum([Boys]/[Group]) / 100
--
KARL DEWEY
Build a little - Test a little


:

I need to know how to divide percentages in a text box by 100 so that the
show correctly. Is there coding I can put into that text box to make it
display properly, and if so; do I need to make any changes to the
corresponding table?
 
Back
Top