O wise ones.
I need your help on a tricky matter of page breaks and subreports. I know you Access does not recognise page breaks in subreports, and that you can set page breaks by grouping on a field. So here’s the problem :
1. I need a 3-column sub-report within a single column report. Have (nearly) solved that one by having 3 single column subreports within a larger subreport – all within the main report.
2. This 3 single-column subreports may or may not spread across more than 1 page, and I need the column headings to repeat for each page. The reports are based on 3 queries which are generated at run-time. They split all the records into 3 sets, as equal as possible, e.g. for 76 records the sets are 1-26, 27-52, 53-76.
3. Now what I need to do is to get the subreports to group on every 20th record (there is a RecordID in the query), and this is what I cannot get it to do.
Any bright thoughts would be welcomed.
Thanks
Bodders