J
JohnE
I am designing a report so that the offices and clients
can use the same. It is a summary type (roll up) report
for the 5 categories. There are simple responses of
Yes/No/NA for the 5 categories. There are unbound
txtboxes to display the numbers of the Yes/No/NA
responses. In the ControlSource I am placing the
following expression:
=Sum(IIf([VoucherEnteredTimely]="Yes",1,0))
Unfortunately, I get the #Error in the txtbox. I seek the
wisdom of the newsgroup to see where my error is.
Thanks in advance for any response to this.
*** John
can use the same. It is a summary type (roll up) report
for the 5 categories. There are simple responses of
Yes/No/NA for the 5 categories. There are unbound
txtboxes to display the numbers of the Yes/No/NA
responses. In the ControlSource I am placing the
following expression:
=Sum(IIf([VoucherEnteredTimely]="Yes",1,0))
Unfortunately, I get the #Error in the txtbox. I seek the
wisdom of the newsgroup to see where my error is.
Thanks in advance for any response to this.
*** John