G
Guest
I have a text box named Label220 with the control source:
="Inactive Date "+IIf(IsNull([InactiveCheck] & [InactiveDate]),Null,"")
[InactiveCheck] is a check box and [InactiveDate] is a text box. When the
report is executed Label220 appears even when [InactiveCheck] has no value.
Is Label220 appearing because [InactiveCheck] is a check box and this
clashes somehow with the code? How can I correct this?
Thanks for your help!
="Inactive Date "+IIf(IsNull([InactiveCheck] & [InactiveDate]),Null,"")
[InactiveCheck] is a check box and [InactiveDate] is a text box. When the
report is executed Label220 appears even when [InactiveCheck] has no value.
Is Label220 appearing because [InactiveCheck] is a check box and this
clashes somehow with the code? How can I correct this?
Thanks for your help!