J
JPM
Hi,
Is it a fact that you cannot do any totaling off the textbox values in a
report? e.g. In footer of a group, textbox control source would
=SUM([text1]), with text1 being a textbox in a subgroup.
I understand that you can use the SUM() function on the field of the
recordsource and by putting it in a group, have it total the values in the
field that are used within the group. That isn't good enough. I need to do
some math [using an IIF() or VBA function call) based the totals of a field
value within a group. I then need to use the result of that math as part of
another subtotal and a grandtotal.
Tell me it can be done. I've have someone assert that it may be done. I
don't see that happening. Can you prove me wrong?
Thanks,
JPM
Is it a fact that you cannot do any totaling off the textbox values in a
report? e.g. In footer of a group, textbox control source would
=SUM([text1]), with text1 being a textbox in a subgroup.
I understand that you can use the SUM() function on the field of the
recordsource and by putting it in a group, have it total the values in the
field that are used within the group. That isn't good enough. I need to do
some math [using an IIF() or VBA function call) based the totals of a field
value within a group. I then need to use the result of that math as part of
another subtotal and a grandtotal.
Tell me it can be done. I've have someone assert that it may be done. I
don't see that happening. Can you prove me wrong?
Thanks,
JPM