I
Imran J Khan
In a report I am trying to get a count of each group in a field, without
using groupby in a query builder. I trying to creat an experession in control
source property of a control in the report. Using the count function, I get
the total count for that field. I need to be able to count each group,i.e
each anwser in that field.
Currently I have four records, 14,8,11,16, so the count will only be 1.
Thanks
Imran
using groupby in a query builder. I trying to creat an experession in control
source property of a control in the report. Using the count function, I get
the total count for that field. I need to be able to count each group,i.e
each anwser in that field.
Currently I have four records, 14,8,11,16, so the count will only be 1.
Thanks
Imran