G
Guest
I have a report that looks like this:
SectorID (Sector header)
(Detail)
Partner1 Director1 Associate1
Partner2 Director2 Associate2
Partner3 Director3 Associate3
Partner4 Associate4
Partner5 Associate5
Partner6 Associate6
Associate7
Associate8
Associate9
Associate10
The fields are text. The report is based on a query. Some of the fields are
blank. I want to be able to count the number of partners, directors,
associates, etc. (the report is actually longer than this sample). How can I
do this? “Count†does not work.
I originally had the report formatted with one text box instead of the
“columns†above that had the following control source. I gave up on that
because 1) I could not get totals and 2) I could not suppress the blank from
printing
:
=[Director1] & "
" & [Director2] & "
" & [Director3] & "
" & [Director4] & "
" & [Director5]
The data needs to be in columns.
Can someone please help me either find a way to do the count, or tell me how
this report should be formatted so that I can get “column counts†as I need.
Thanks in advance.
SectorID (Sector header)
(Detail)
Partner1 Director1 Associate1
Partner2 Director2 Associate2
Partner3 Director3 Associate3
Partner4 Associate4
Partner5 Associate5
Partner6 Associate6
Associate7
Associate8
Associate9
Associate10
The fields are text. The report is based on a query. Some of the fields are
blank. I want to be able to count the number of partners, directors,
associates, etc. (the report is actually longer than this sample). How can I
do this? “Count†does not work.
I originally had the report formatted with one text box instead of the
“columns†above that had the following control source. I gave up on that
because 1) I could not get totals and 2) I could not suppress the blank from
printing
:
=[Director1] & "
" & [Director2] & "
" & [Director3] & "
" & [Director4] & "
" & [Director5]
The data needs to be in columns.
Can someone please help me either find a way to do the count, or tell me how
this report should be formatted so that I can get “column counts†as I need.
Thanks in advance.