Visible property

twixx

New member
Local time
Yesterday, 19:13
Joined
Jun 10, 2009
Messages
7
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!
 
In the section where the subform is located find the FORMAT event and then use

Me.SubformContainerName.Visible = Forms!FormnameHere.CheckBoxNameHere
 

Users who are viewing this thread

Back
Top Bottom