M miguel vasquez Registered User. Local time Today, 19:02 Joined Nov 11, 2002 Messages 36 Jan 3, 2008 #1 Can anybody tell me how to hide a subreport? I want to hide or unhide depending on what I am running. Please help. thanks
Can anybody tell me how to hide a subreport? I want to hide or unhide depending on what I am running. Please help. thanks
mhartman Dr. Data Local time Today, 11:02 Joined Jun 5, 2006 Messages 441 Jan 3, 2008 #2 Hello Setting the "Visible" property setting to no for the subreport control will hide the report. Regards Mark
Hello Setting the "Visible" property setting to no for the subreport control will hide the report. Regards Mark
M miguel vasquez Registered User. Local time Today, 19:02 Joined Nov 11, 2002 Messages 36 Jan 3, 2008 #3 i have the following: Me.ActiveControl.Application.Visible = False but it is not working.
R Rich Guest Jan 3, 2008 #4 miguel vasquez said: i have the following: Me.ActiveControl.Application.Visible = False but it is not working. Click to expand... Wrong, Me. subreport name. visible = False
miguel vasquez said: i have the following: Me.ActiveControl.Application.Visible = False but it is not working. Click to expand... Wrong, Me. subreport name. visible = False