Hi must sound like a pain teh amount of questions i got. anyway, the prob is as follows
i've got a form with a tab contol, within one of the tabs ive 2 txt boxes and a check box. i want is so that when the user clicks the check box the text boxes become visible.
so i tried to set the properties of the txt box as visibe = no in the first place - so fine the form does not show the txt boxes .
i placed the following code behind the check box
Private Sub Network_Card_Click()
Form_Computer3.IP_Address.Visible = yes
but it doesnt work - cant think of the logic why it doe not work - any help????
Thanks Parm
End Sub
i've got a form with a tab contol, within one of the tabs ive 2 txt boxes and a check box. i want is so that when the user clicks the check box the text boxes become visible.
so i tried to set the properties of the txt box as visibe = no in the first place - so fine the form does not show the txt boxes .
i placed the following code behind the check box
Private Sub Network_Card_Click()
Form_Computer3.IP_Address.Visible = yes
but it doesnt work - cant think of the logic why it doe not work - any help????
Thanks Parm
End Sub