I am trying to use the following... its pretty cut and dry as to what im trying to accomplish... any one have any ideas to make it work. If i replace Is with = then the output still resorts to the else statement.
If rs1.Email Is Null Then
Forms!Quotes.Email.Visible = False
Else
Forms!Quotes.Email.Visible = True
End If
Any help would be appreciated.
Bill
If rs1.Email Is Null Then
Forms!Quotes.Email.Visible = False
Else
Forms!Quotes.Email.Visible = True
End If
Any help would be appreciated.
Bill