Hi,
I'm not that great at code but I'm stumped with this and have no idea whats wrong.
I Have a report which on the on open command I've got the following code
If Me.EstablishmentSelect = "Other" Or Not IsNull(Me.EstablishmentSelect) Then
Me.EstablishmentSelect.Visible = False
Me.EstablishmentOther.Visible = True
End If
The report is based on a query called QryCompany. The EstablishmentSelect field on the report is visible and the EstablishmentOther is not visible. I have no problems with the isnull part by itsself, but when I try to run the ="Other" by iself or as above I get the following error Runtime error 2427, you entered an expression that has no value. Can someone please put me right.
Thanks in advance
Rob! [Bigcheeks]
Process and Procedure are the last hiding place of people without the wit
and wisdom to do their job properly.
I'm not that great at code but I'm stumped with this and have no idea whats wrong.
I Have a report which on the on open command I've got the following code
If Me.EstablishmentSelect = "Other" Or Not IsNull(Me.EstablishmentSelect) Then
Me.EstablishmentSelect.Visible = False
Me.EstablishmentOther.Visible = True
End If
The report is based on a query called QryCompany. The EstablishmentSelect field on the report is visible and the EstablishmentOther is not visible. I have no problems with the isnull part by itsself, but when I try to run the ="Other" by iself or as above I get the following error Runtime error 2427, you entered an expression that has no value. Can someone please put me right.
Thanks in advance
Rob! [Bigcheeks]
Process and Procedure are the last hiding place of people without the wit
and wisdom to do their job properly.