T twixx New member Local time Yesterday, 19:13 Joined Jun 10, 2009 Messages 7 Jun 30, 2009 #1 Hi! I'm working with a report that has a subform in it. How can I set the subform to be visible or not based on a check box from a separate form? Thanks!
Hi! I'm working with a report that has a subform in it. How can I set the subform to be visible or not based on a check box from a separate form? Thanks!
SOS Registered Lunatic Local time Yesterday, 16:13 Joined Aug 27, 2008 Messages 3,514 Jun 30, 2009 #2 In the section where the subform is located find the FORMAT event and then use Me.SubformContainerName.Visible = Forms!FormnameHere.CheckBoxNameHere
In the section where the subform is located find the FORMAT event and then use Me.SubformContainerName.Visible = Forms!FormnameHere.CheckBoxNameHere