M
Mike Boozer
Anyone know how I can toggle my image "Icon" to be visible or not depending
on whether a hyperlink has been added to a field. The field is formatted in
the table as a hyperlink. I tried IsNull etc to no avail. Correct code would
look something like this:
If ScanLinkField = Empty Then
Icon.Visible = False
ElseIf ScanField = Not Empty Then
Icon.Visible = True
But I am not sure on what event to put the correct code even if I had it.
Thanks.
on whether a hyperlink has been added to a field. The field is formatted in
the table as a hyperlink. I tried IsNull etc to no avail. Correct code would
look something like this:
If ScanLinkField = Empty Then
Icon.Visible = False
ElseIf ScanField = Not Empty Then
Icon.Visible = True
But I am not sure on what event to put the correct code even if I had it.
Thanks.