J
JC
I hope I explain this well.
I have a report in which I need the sum of three fields (pay+fuel+miles) for
four different zones (Zone1, Zone2, Zone3,Zone4) in the report footer.
The report derives its' information from a query that displays this
information by zone, and it summarizes this information for each zone
correctly.
I have tried using DSum("[total pay]", "TotalPay", "[Zone] = '1'"), but the
report only displays '#error'.
Please help. Thank you
I have a report in which I need the sum of three fields (pay+fuel+miles) for
four different zones (Zone1, Zone2, Zone3,Zone4) in the report footer.
The report derives its' information from a query that displays this
information by zone, and it summarizes this information for each zone
correctly.
I have tried using DSum("[total pay]", "TotalPay", "[Zone] = '1'"), but the
report only displays '#error'.
Please help. Thank you