G
Guest
I have a check box [InList] on a report that should only be visible if
[DescIDNo] has a value.
I tried... but it does not work.
If Me.DescIDNo <> vbNull Then
InList.Visible = True
Else
InList.Visible = False
End If
Can anyone help??
Thanks
[DescIDNo] has a value.
I tried... but it does not work.
If Me.DescIDNo <> vbNull Then
InList.Visible = True
Else
InList.Visible = False
End If
Can anyone help??
Thanks