N
NewSysAdmin
Hello-
I'm trying to create 2 check boxes for Yes and No which I'd like one to be
checked automatically based on the report. I'd like the check box for yes to
be checked if there are records for the report. If there are no records, I'd
like the No box to be checked.
Here is my code for the No box. If there is no customer name listed, it
means there are no records in the report. "
=IIf(IsNull([CustomerName]),True) "
This code does not do anything. Can someone please guide me in the right
direction? Thank you.
I'm trying to create 2 check boxes for Yes and No which I'd like one to be
checked automatically based on the report. I'd like the check box for yes to
be checked if there are records for the report. If there are no records, I'd
like the No box to be checked.
Here is my code for the No box. If there is no customer name listed, it
means there are no records in the report. "
=IIf(IsNull([CustomerName]),True) "
This code does not do anything. Can someone please guide me in the right
direction? Thank you.