TCARPENTER
Programmer
I have report with only 5 subreports. Each sub-report contains only 1 field from a table and 3 unbound check boxes and one unbound text box. They also contain labels with just text in the report header section. This is all just for grouping purposes.
The main reports query left joins 5 tables with a preliminary query joining 9 tables (containing 3 left joins).
Is it possible my queries are too complex? I am only returning 9 fields for the first query, 6 fields for the second query, and like I said earlier, each subreport is returning only one field.
Is there anything else I'm missing? The subreports are all linked to the proper Master/Child fields (the same for all).
Any ideas would be greatly appreciated!
Thanks
Todd
The main reports query left joins 5 tables with a preliminary query joining 9 tables (containing 3 left joins).
Is it possible my queries are too complex? I am only returning 9 fields for the first query, 6 fields for the second query, and like I said earlier, each subreport is returning only one field.
Is there anything else I'm missing? The subreports are all linked to the proper Master/Child fields (the same for all).
Any ideas would be greatly appreciated!
Thanks
Todd