R
reservedbcreater
hi, i wanted a check box - when checked - to pop up and make an invisible
subform visible - when ur done filling out the subforma nd click done it
goes back to the parent form.
i posted b4 and got this reply which didnt work(i dont see the subform,
when i click the check box it doesnt pop up) :
heres my code
subform visible - when ur done filling out the subforma nd click done it
goes back to the parent form.
i posted b4 and got this reply which didnt work(i dont see the subform,
when i click the check box it doesnt pop up) :
heres my code
-----Original Message-----
im having trouble doing this
i want the subform invisible but when the check box is cliked on the
parent for it pops up
i have the Visible property on the subform to No
here is my code that in on the parent form:
Private Sub Check0_Click()
If Me.Check0 = True Then
Me.subFrm.Visible = True
end subend if