L
Laurie
I have two fields: text1 and text2. I have added these two fields with
=sum[text1]+[text2] in the control source.
Now what I want to do is to divide text 2 by the total from two fields to
get a percentage. For example: text1 (2) and text2 (10) for a total of 12.
Now divide text2 (10) by the total of 12. The result would be 83.33%.
What would the calculation be?
=sum[text1]+[text2] in the control source.
Now what I want to do is to divide text 2 by the total from two fields to
get a percentage. For example: text1 (2) and text2 (10) for a total of 12.
Now divide text2 (10) by the total of 12. The result would be 83.33%.
What would the calculation be?