S
Steve R. via AccessMonster.com
I have a report that shows line item spending against a master PO - it sums
the individual line item spending by vendor, shows the total amount to be
spent, everything is fine.
But I want to show the difference between TOTAL SPENT and TOTAL BUDGETED - I
can't just name the text boxes like "TotalSpent" and "Totalbudgeted" and
create an unbound text box that says:
=SUM([totalSpent]-[totalbudgeted])
.... because the calculations are based on the reports objects - I think it
will work if I incorporate :
Me!
or
Me.
.... but I'm not certain of the exact syntax for my text box
Steve
the individual line item spending by vendor, shows the total amount to be
spent, everything is fine.
But I want to show the difference between TOTAL SPENT and TOTAL BUDGETED - I
can't just name the text boxes like "TotalSpent" and "Totalbudgeted" and
create an unbound text box that says:
=SUM([totalSpent]-[totalbudgeted])
.... because the calculations are based on the reports objects - I think it
will work if I incorporate :
Me!
or
Me.
.... but I'm not certain of the exact syntax for my text box
Steve