Toggle Button

  • Thread starter Thread starter Bunky
  • Start date Start date
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!
 
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!
 
Back
Top