I have a 3 unbound subreports that I would like opened through VB. Is there a way to open the report with a Where clause that is specific to the 3 subreports?
DoCmd.OpenReport "report",acViewPreview,,"subreport1.field = 'whatever' and subreport2.field = 'whatever' and subreport3.field = 'whatever'
DoCmd.OpenReport "report",acViewPreview,,"subreport1.field = 'whatever' and subreport2.field = 'whatever' and subreport3.field = 'whatever'