I am using Access 2007. Behavior shows in Access 2003 and 2010 as well.
I'm working with Access 2003 based code.
The code I use to show the subreport is this:
Me!rsubScribeSheetFAST.Visible = True
The code runs in the detail_print subroutine. I tried the detail_format subroutine with...
I have a report with three subreports. I have code that determines which subreport to show. The code changes the visible property, true for the subreport to show and false for the subreports to not show.
I have a button on a form that opens the report.
I've tried both of these.
1)...