A
adna
Hi,
I want to hide an object on a report if the value of the yes/no text box =
no or 0
I keep getting an error "you entered an expression that has no value"
What am I doing wrong?
Here is my code from reports event Open:
If Me.txtcheckbox = "0" Then
Me.objectOne.Visible = False
End If
I want to hide an object on a report if the value of the yes/no text box =
no or 0
I keep getting an error "you entered an expression that has no value"
What am I doing wrong?
Here is my code from reports event Open:
If Me.txtcheckbox = "0" Then
Me.objectOne.Visible = False
End If