In a report that I have =Sum([fieldname]) in the Group footer. This works fine. For each field. I also need a total or sum of all of the Sums in the footer for a grand total.
I have this but it returns nothing no error nothing
=Sum([Sat])+Sum([Sun])+Sum([Mon])
It is in the same Group footer to the right of the other sums. Any ideas how I can get a grand total of the sums. If I use this it prompts for each box; =Sum([txtSat])+Sum([txtSun]) etc.
TIA
DougP
I have this but it returns nothing no error nothing
=Sum([Sat])+Sum([Sun])+Sum([Mon])
It is in the same Group footer to the right of the other sums. Any ideas how I can get a grand total of the sums. If I use this it prompts for each box; =Sum([txtSat])+Sum([txtSun]) etc.
TIA
DougP