A
Arlend Floyd
I have a report with grouping based on RepName and it displays each reps
totals in [TxtTotals].
On that report I have another text box [TxtRate] with
=DLookUp("CommRate","TblCommissionRates",[TxtTotal] & " Between
AmountCollectedLow And AmountCollectedHigh")
This gets my CommRate for each rep from a (Unrelated table) and this works
fine.
But I'm trying to get the average rate in the report footer
But when i use =Avg([TxtRate]) its looking for a parameter [TxtRate]
How can I do this without changing my query?
Thanks Arlend
totals in [TxtTotals].
On that report I have another text box [TxtRate] with
=DLookUp("CommRate","TblCommissionRates",[TxtTotal] & " Between
AmountCollectedLow And AmountCollectedHigh")
This gets my CommRate for each rep from a (Unrelated table) and this works
fine.
But I'm trying to get the average rate in the report footer
But when i use =Avg([TxtRate]) its looking for a parameter [TxtRate]
How can I do this without changing my query?
Thanks Arlend