G
Guest
I added a Sorting & Grouping to my report. Now I'm trying to add a text box
in the grouped footer and then a =Sum(...) in the Report footer.
I think I need something like:
"SELECT DISTINCTROW q_KeyIndicators.NumCases " & _
in the VB code, but I'm not really sure where to start???
Dan
in the grouped footer and then a =Sum(...) in the Report footer.
I think I need something like:
"SELECT DISTINCTROW q_KeyIndicators.NumCases " & _
in the VB code, but I'm not really sure where to start???
Dan