J
Joan
I have a control in the report footer where I want to divide one total in
the report footer by another total in the footer. In the report instance
that I am working with, one of the totals is 420 and the other is 797. When
I divide 420 by 797 ,( the control source is = ([DReceived]/[DBooked]).,
the result is 0.5. I'd like this result to show 4 decimal places ( For
example: .5270 ) because I would like to display this result as a
percentage in my report. . Currently, if I select "Percentage" as the
format in the control's property sheet, the result is displayed as 50.00%.
I want it to display as 52.7 %. What do I need to do to get the division
operation to round out to 4 decimal places and then display the result as a
percentage?
Any replies will be appreciated.
Joan
the report footer by another total in the footer. In the report instance
that I am working with, one of the totals is 420 and the other is 797. When
I divide 420 by 797 ,( the control source is = ([DReceived]/[DBooked]).,
the result is 0.5. I'd like this result to show 4 decimal places ( For
example: .5270 ) because I would like to display this result as a
percentage in my report. . Currently, if I select "Percentage" as the
format in the control's property sheet, the result is displayed as 50.00%.
I want it to display as 52.7 %. What do I need to do to get the division
operation to round out to 4 decimal places and then display the result as a
percentage?
Any replies will be appreciated.
Joan