ShiftByPass and Image

  • Thread starter alpapak via AccessMonster.com
  • Start date
A

alpapak via AccessMonster.com

ShiftByPass and Image
------------------------------------------------------------------------------
--

hi
i have a form(with password) where i can change the property ShiftByPass
i want to put an image(something like a key )in the startup form where it
will show me :
1) Image visible if ShiftByPass is True
2) Image not Visisble If ShiftByPass is False

i tried something using IF statement but it did not work

If ...... then
me.Image.Visible=True
Else
me.Image.Visible=False
End If


thxs
 
Top