I have a bit of a problem printing a report.
I have 1 report and 6 subreports comprising the report that I need to print. I know there is a limit of 7 nested so I am under. The problem that I think it is = the amount of fields that I have open at one time. The report is about the condition of a suite at move-in and move-out stage.
Each report has about 20 multiselect fields in it. The multiselect field have 10 options that covers a range of condition from G=Good to R=Repair. I usually select one or two options from the multiselect combo box.
Question: Would having a value list "with string result" instead of a multi select combo box that must be related to each field make a difference in the size of the report and allow me to print?
If not, would a single value combo box reduce the size so I can print?
What else am I not thinking about? Does relationship or any other thing has anything to do with it?
One thing I can do is modify the design, one thing I can't is reduce the amount of fields as they all need to be there? what can I do? thanks
I have 1 report and 6 subreports comprising the report that I need to print. I know there is a limit of 7 nested so I am under. The problem that I think it is = the amount of fields that I have open at one time. The report is about the condition of a suite at move-in and move-out stage.
Each report has about 20 multiselect fields in it. The multiselect field have 10 options that covers a range of condition from G=Good to R=Repair. I usually select one or two options from the multiselect combo box.
Question: Would having a value list "with string result" instead of a multi select combo box that must be related to each field make a difference in the size of the report and allow me to print?
If not, would a single value combo box reduce the size so I can print?
What else am I not thinking about? Does relationship or any other thing has anything to do with it?
One thing I can do is modify the design, one thing I can't is reduce the amount of fields as they all need to be there? what can I do? thanks
Comment