Show textbox when checkbox checked

mickelingon

Registered User.
Local time
Today, 18:45
Joined
Feb 3, 2006
Messages
72
Hi

I've searched the forum for my problem and the closest i got was this and it doesn't help that much

If this is the code you can put on click for a checkbox to hide a textbox.
If me.YourBoosterCheckBoxName = -1 then 'need the shot so hide the other textboxes
me.TextBox1.visible = false
me.TextBox2.visible = false
'etc....
else
end if

How do you make a code for a checkbox to SHOW a textbox?
 
Please tell us how did you figured it out, it could help later someone :)
 

Users who are viewing this thread

Back
Top Bottom