D
DubboPete
Hi all,
I have a form with three fields, and three subtotals at the bottom.
First field is FTE (a total of full-time employees), VACANT, (number
of FTE positions not filled) and PERCENTAGE (calculated from FTE vs
VACANT).
I have two entries in the table, which show up on the report, as two
line entries. The percentages calculate correctly on the line level,
but do not average out properly on the report footer, where I am
trying to get the overall percentage.
Here's the math:
FTE VACANT PERCENT
253.465 33.500 13.217%
44.472 3.526 7.929%
________________________________
297.937 37.026 12.428%
The sums work this way, but if you take the logic that 13.217% +
7.929% = 21.146, then half of that should be the average = 10.573, and
not 12.428% !
Why two different figures? Not sure if this is an Access problem or a
math problem!
Any help appreciated!
Pete
I have a form with three fields, and three subtotals at the bottom.
First field is FTE (a total of full-time employees), VACANT, (number
of FTE positions not filled) and PERCENTAGE (calculated from FTE vs
VACANT).
I have two entries in the table, which show up on the report, as two
line entries. The percentages calculate correctly on the line level,
but do not average out properly on the report footer, where I am
trying to get the overall percentage.
Here's the math:
FTE VACANT PERCENT
253.465 33.500 13.217%
44.472 3.526 7.929%
________________________________
297.937 37.026 12.428%
The sums work this way, but if you take the logic that 13.217% +
7.929% = 21.146, then half of that should be the average = 10.573, and
not 12.428% !
Why two different figures? Not sure if this is an Access problem or a
math problem!
Any help appreciated!
Pete