G
Guest
Hello all,
I created a form to function as a filter to run a report. One of the
criteria is a yes/no check box. I don't know how to write a if/then
statement like a text box below.
If Not IsNull(Me.txtBox) Then
strWhere = strWhere & "([Contents] Like ""*" & Me.txtBox & "*"") AND "
End If
Please help me with a similar code for the yes/no check box.
Thanks.
I created a form to function as a filter to run a report. One of the
criteria is a yes/no check box. I don't know how to write a if/then
statement like a text box below.
If Not IsNull(Me.txtBox) Then
strWhere = strWhere & "([Contents] Like ""*" & Me.txtBox & "*"") AND "
End If
Please help me with a similar code for the yes/no check box.
Thanks.