I really need help with this, it is a recurrent problem with many reports I need to generate:
Example ( not what I need but same idea for simplicity):
Regular sized page should be filled with a line every inch with labels of: 'Name'.... 'DOB'.... 'Attitude'....
Each Report should be grouped by 'Attitude'
Each printed page should have 5 lines per page, even if there are less than 5 records satisfying the grouping.
Report should look like this:
'Name'Joe 'DOB'Shmo 'Attitude'good
'Name'Mary 'DOB'shmo 'Attitude'OK
'Name'Dan 'DOB'Smith 'Attitude'Bad
'Name'.... 'DOB'.... 'Attitude'....
'Name'.... 'DOB'.... 'Attitude'....
I could see two solutions, but don't know how to do either:
1) Have a query 'add' blank records to satisfy the need for record totals being a sum of 5
2) Placing the lines and labels on the report layout with 5 lines and using a sub_report to add the information - I tried this, but the Sub-Report will 'Displace' the underlying lines downward.
Any ideas, I could really use help on this!
Thanks in advance
Rainer
Example ( not what I need but same idea for simplicity):
Regular sized page should be filled with a line every inch with labels of: 'Name'.... 'DOB'.... 'Attitude'....
Each Report should be grouped by 'Attitude'
Each printed page should have 5 lines per page, even if there are less than 5 records satisfying the grouping.
Report should look like this:
'Name'Joe 'DOB'Shmo 'Attitude'good
'Name'Mary 'DOB'shmo 'Attitude'OK
'Name'Dan 'DOB'Smith 'Attitude'Bad
'Name'.... 'DOB'.... 'Attitude'....
'Name'.... 'DOB'.... 'Attitude'....
I could see two solutions, but don't know how to do either:
1) Have a query 'add' blank records to satisfy the need for record totals being a sum of 5
2) Placing the lines and labels on the report layout with 5 lines and using a sub_report to add the information - I tried this, but the Sub-Report will 'Displace' the underlying lines downward.
Any ideas, I could really use help on this!
Thanks in advance
Rainer