I have a main report with 7 sub reports. Those subreports all have a bunch of subreports within them. When I put in the 6th subreport on the main form, I get a message saying "Cannot open any more tables." Right now I'm using the visible property to hide the other subreports, but is there a way to not have them try to open up? So instead of having Me.SubReport.Form.Visible = True, is there something like Me.SubReport.Form.Open?