help with subforms

  • Thread starter Thread starter reservedbcreater
  • Start date Start date
R

reservedbcreater

Rob O suggests i make sure the name of my subform is right? what name of my
subform - the form it self is called renovations...where do i name the
subform? do i just change renovations or??

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
-----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 sub
 
See my response in the original thread.


reservedbcreater said:
Rob O suggests i make sure the name of my subform is right? what name of my
subform - the form it self is called renovations...where do i name the
subform? do i just change renovations or??

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


end sub
 
Back
Top