I have a continuous form set up that returns data on over 100 records. I have set up a command button that opens the form in a report template.
The following code triggers the report:
DoCmd.OpenReport "Rpt_Test", acViewPreview, , "[cohort] = [Forms]![frm_pupil_dets_ndcArea]![NCY]"
The...