M
Mark Sippitt
Hello Anna,
OK. If you have a Text Box called Text1 on your Form and
a Command Button Command1.
On the OnClick Event of your Command Button you could have
the following code:
Me!Text1.Visible = True
And continue for all the controls you want to show / hide
etc
Hope this helps.
Mark
OK. If you have a Text Box called Text1 on your Form and
a Command Button Command1.
On the OnClick Event of your Command Button you could have
the following code:
Me!Text1.Visible = True
And continue for all the controls you want to show / hide
etc
Hope this helps.
Mark