O
Opal
Doug Steele helped me with this last
week:
Private Sub MyCommandButton_Click()
Me.Parent!Subform2Control.Visible = Not Me.Parent!
Subform2Control.Visible
End Sub
I need to through another wrench into this
after this subform is visible, I need another
label and button visible too.....
Would I do something similar with the On current
of the now visible subform?
week:
Private Sub MyCommandButton_Click()
Me.Parent!Subform2Control.Visible = Not Me.Parent!
Subform2Control.Visible
End Sub
I need to through another wrench into this
after this subform is visible, I need another
label and button visible too.....
Would I do something similar with the On current
of the now visible subform?