I have been beating my head against this for the last 3 days.
I have a db that has as a component a 73 question assessment. The assessment has yes/no, memo, combo boxes, and multiple choice questions (set as yes/no controls). Some of the multiple choice questions offer up to 15 options.
The table structure has a master table (PCPABCID) with the selected client, assigned staff, and date of the assessment. Each question then has a table for respective answers, tied to the master record by the PCPABCEID foreign key.
I have built sub reports for each answer table, but access will not allow me to build the complete report as it says I have hit the maximum control limit for the report. I have not done a complete tally, but it seems reasonable that I would. I did not run into this problem when designing the forms as I use dynamic switching to flow through the sub forms.
Aside from redesigning the entire assessment (which is not within my power to do), I am looking for options to work-around this issue.
So here are my questions:
Is it possible to programmatically 'append' reports with respect to page numbering and printing, so that when the user opens the master report, associated other reports would be opened and appended to document in a particular order when viewed or printed?
Is it likely that I have a separate issue here in designing the report, or associated query/table structure(s) that is adding to this problem?
Also, if you have any recommendations from previous experience that may solve this delimma, I would appreciate hearing that, too.
I have a db that has as a component a 73 question assessment. The assessment has yes/no, memo, combo boxes, and multiple choice questions (set as yes/no controls). Some of the multiple choice questions offer up to 15 options.
The table structure has a master table (PCPABCID) with the selected client, assigned staff, and date of the assessment. Each question then has a table for respective answers, tied to the master record by the PCPABCEID foreign key.
I have built sub reports for each answer table, but access will not allow me to build the complete report as it says I have hit the maximum control limit for the report. I have not done a complete tally, but it seems reasonable that I would. I did not run into this problem when designing the forms as I use dynamic switching to flow through the sub forms.
Aside from redesigning the entire assessment (which is not within my power to do), I am looking for options to work-around this issue.
So here are my questions:
Is it possible to programmatically 'append' reports with respect to page numbering and printing, so that when the user opens the master report, associated other reports would be opened and appended to document in a particular order when viewed or printed?
Is it likely that I have a separate issue here in designing the report, or associated query/table structure(s) that is adding to this problem?
Also, if you have any recommendations from previous experience that may solve this delimma, I would appreciate hearing that, too.