I have a tick box on a form called bTick on frmInput.
If the box is ticked, I want to show rptOutput.Detail and not show it if its not ticked.
I know I need to set the Visible property to No but can't see how to program it...the button that opens the report does the usual docmd.openreport preview so I guess its just before that.
Been scratching my head all morning on this...
If the box is ticked, I want to show rptOutput.Detail and not show it if its not ticked.
I know I need to set the Visible property to No but can't see how to program it...the button that opens the report does the usual docmd.openreport preview so I guess its just before that.
Been scratching my head all morning on this...