R
ruud.hofman
I have in a field karakters * or ** if they appear then
there must be shown a hide image.
my code:
If Veld49.Value = "*" Then
Afbeelding27.Visible = True
End If
If Veld49.Value = "" Then
Afbeelding26.Visible = False
Afbeelding27.Visible = False
End If
If Veld49.Value = "**" Then
Afbeelding26.Visible = True
End If
If Veld49.Value = "" Then
Afbeelding26.Visible = False
Afbeelding27.Visible = False
End If
but this code do not work.
Who can help me
there must be shown a hide image.
my code:
If Veld49.Value = "*" Then
Afbeelding27.Visible = True
End If
If Veld49.Value = "" Then
Afbeelding26.Visible = False
Afbeelding27.Visible = False
End If
If Veld49.Value = "**" Then
Afbeelding26.Visible = True
End If
If Veld49.Value = "" Then
Afbeelding26.Visible = False
Afbeelding27.Visible = False
End If
but this code do not work.
Who can help me