I have a master report that has a subform for details. The detail subform, is based on a query that takes SQL parameters, using a global function in the WHERE clause for the criteria values.
So, how (in which event) can I send the value from the each master report's row to the subreport, so it can retrieve its own detail records to be displayed on page. I use the PrintPreview view for all my printouts.
MSAccess2013