Sum non numeric

S

Steve COA-NM

How to I sum the non-numeric fields. I do a count on the non-numeric field at
the footer level, now I want the total at the end of the report.

TIA
 
S

Steve Schapel

Steve,

If you mean you have a record count for each group in a group footer,
and now you want an overall count of records for the whole report, then
you don't need to "sum" the group counts, you can just put an unbound
textbox in the Report Footer with its Control Source set to =Count(*)

Apologies in advance if I have missed your meaning. If so, please post
back with more details, maybe with examples.
 
Top