G
Guest
I have the following that used to work when I used a header in report. NOw I
want to show all 3 choices whether the sums are 0 or not. I currently have
countof for each in my query.
=Sum(IIf([Type of Service]="Physical Call",1,0))
I need help to modify so that in a text box I could sum individually. [Type
of Service] can be 'Service, 'Agency' and 'Other'
Can one just add a piece after [Type of Service] so that is counts [Type of
Service] for 'Service' , etc.
Table on report will look like when working!
Physical Calls Phone Calls
Service Calls # #
Agency Calls # #
Other # #
Need help with this please.
want to show all 3 choices whether the sums are 0 or not. I currently have
countof for each in my query.
=Sum(IIf([Type of Service]="Physical Call",1,0))
I need help to modify so that in a text box I could sum individually. [Type
of Service] can be 'Service, 'Agency' and 'Other'
Can one just add a piece after [Type of Service] so that is counts [Type of
Service] for 'Service' , etc.
Table on report will look like when working!
Physical Calls Phone Calls
Service Calls # #
Agency Calls # #
Other # #
Need help with this please.