W
Warrio
In Form1, place a subForm. Set SubForm SourceObject to Form2.
In Form2, place one or more text box and one button called Button1.
in VBA, on the Click event of Button1 write the following code.
Me.Parent.Form.FormFooter.Visible = True
And then run Form1. In the subform's text box, enter some text and
then press Button1.
Result: The text previously entered disappears. and if you hit a
second time Button1, your text appears again.
Why???
In Form2, place one or more text box and one button called Button1.
in VBA, on the Click event of Button1 write the following code.
Me.Parent.Form.FormFooter.Visible = True
And then run Form1. In the subform's text box, enter some text and
then press Button1.
Result: The text previously entered disappears. and if you hit a
second time Button1, your text appears again.
Why???