uscctechnician
Technical User
I am stumped on this.
I have a Table with a few fields that are set up as yes/No and I am using a value list of Yes and No. On my form, I am using a combobox and the person using the form can select either Yes or No.
In the footer of the form, I have a text box set up to give me the count of how many "No" were entered.
So, the field in the table is called "Form Complete". So my control source for the text box I want to show the count is:
=Count(IIf([Form Complete]="No",1))
For some reason, all I get on this form is ###error
The strange thing is I have 4 additional forms which each accesses data off of a different table, but they are all working using the same code.
What am I missing?
thank you for your help!!
I have a Table with a few fields that are set up as yes/No and I am using a value list of Yes and No. On my form, I am using a combobox and the person using the form can select either Yes or No.
In the footer of the form, I have a text box set up to give me the count of how many "No" were entered.
So, the field in the table is called "Form Complete". So my control source for the text box I want to show the count is:
=Count(IIf([Form Complete]="No",1))
For some reason, all I get on this form is ###error
The strange thing is I have 4 additional forms which each accesses data off of a different table, but they are all working using the same code.
What am I missing?
thank you for your help!!