Toggle Button

B

Bunky

I have a form that has a subform attached to it. On the main form, I have
placed a command button pointing to a macro that is using a SetValue in
Action with the following code in the Item - [MaterialsWLAuditfrm].[Visible]
and in the Expression - Not [MaterialsWLAuditfrm].[Visible]. Everything
works super but the client only wishes to se the subform(MaterialsWLAuditfrm)
when they click the button. Now it shows on open. How do I make the subform
to start out being invisible?

Thank you in advance!
 
B

Bunky

Steve,
You're a GENIUS! Thanks a bunch!

Steve said:
Of the subform control!

Steve


Steve said:
Open the main form in design view, go to Properties Format tab and set the
Visible property to NO.

Steve
(e-mail address removed)


Bunky said:
I have a form that has a subform attached to it. On the main form, I have
placed a command button pointing to a macro that is using a SetValue in
Action with the following code in the Item -
[MaterialsWLAuditfrm].[Visible]
and in the Expression - Not [MaterialsWLAuditfrm].[Visible]. Everything
works super but the client only wishes to se the
subform(MaterialsWLAuditfrm)
when they click the button. Now it shows on open. How do I make the
subform
to start out being invisible?

Thank you in advance!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top