R
Richard Lawson
I have a database which tracks the cost of postage by quanity of items and
cost of postage.
With bulk mailing, $ 0.39 costs $0.371, etc. The database has the true cost
of postage. However we bill clients at the $0.39 cost and need a monthly
summary report for the billing cost.
So, I wrote a function for the report that changes the 0.371 cost to 0.390
in the report window and this works great.
Since the report will list many items for each client, I need to have a
summary value at the bottom of the report. When I try to do a =Sum([Text1]),
of the just calculated postage, the reference is not understood. I have
tried everything to make this work.
Rich
cost of postage.
With bulk mailing, $ 0.39 costs $0.371, etc. The database has the true cost
of postage. However we bill clients at the $0.39 cost and need a monthly
summary report for the billing cost.
So, I wrote a function for the report that changes the 0.371 cost to 0.390
in the report window and this works great.
Since the report will list many items for each client, I need to have a
summary value at the bottom of the report. When I try to do a =Sum([Text1]),
of the just calculated postage, the reference is not understood. I have
tried everything to make this work.
Rich