W
wbfuga
Please,help me. This should be simple but it is not....
I have created a report, on this report in the detail
secion I have a field naved CONTACT_TYPE that contains
either a null value or "Boss". I need to creat a
calculation in the report footer that says "Total No. of
Persons with a Contact Type of "Boss" , then I need to
total this field. What I have done is created an unbound
text box,
=IIF([CONTACT_TYPE]="Boss",1)
I named this text box BOSS
this gives me a numeric value of 1 next to each instance
of "Boss" in the table,I will later make this invisible.
I then thought I could go to the footer and create
another unbound text box and count all the 1's. In this
text box I put:
=Count([BOSS])
All I get is an error.
Help!
I have created a report, on this report in the detail
secion I have a field naved CONTACT_TYPE that contains
either a null value or "Boss". I need to creat a
calculation in the report footer that says "Total No. of
Persons with a Contact Type of "Boss" , then I need to
total this field. What I have done is created an unbound
text box,
=IIF([CONTACT_TYPE]="Boss",1)
I named this text box BOSS
this gives me a numeric value of 1 next to each instance
of "Boss" in the table,I will later make this invisible.
I then thought I could go to the footer and create
another unbound text box and count all the 1's. In this
text box I put:
=Count([BOSS])
All I get is an error.
Help!