G
Guest
Hello everybody,
I need some help in the following:
I have a report, where a field is an expression C = A * B.
Field A and B are changing every time the report is opened, by settig the
value of the ControlSource with a macro - so the are not constant.
So my problem is the following: I can list the field C int the report, but
cannot generate a sum of it at the bottom of the reprot. (The expression
Sum([C]) does not seem to work).
Please, help me.
Thank you in advance.
Tony
How can
I need some help in the following:
I have a report, where a field is an expression C = A * B.
Field A and B are changing every time the report is opened, by settig the
value of the ControlSource with a macro - so the are not constant.
So my problem is the following: I can list the field C int the report, but
cannot generate a sum of it at the bottom of the reprot. (The expression
Sum([C]) does not seem to work).
Please, help me.
Thank you in advance.
Tony
How can