change karakter for image

R

Ruud

I have in field 49 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top