B
bhipwell via AccessMonster.com
I have a report that pulls from a single query. This query is made up of two
tables and 9 queries. The tables include:
1) Employee information that requires about 45 unique fields
2) Company information that requires about 55 unique fields
The 9 queries are simple queries that basically group information from
various other tables including the employee and company table.
My database is normalized. Here is the issue:
The amount of information I need to display on a particular report
encompasses about 70 fields. This translates into requiring 70 fields in the
query powering the report. If I remove about 10 fields from the query, the
report runs...leave all 70 fields in the query I get "too many fields defined.
"
I believe I am hitting the 2000 byte limit per row within my query. My
questions:
1) Does it sound correct that I am hitting the byte limit?
2) If so, what may be a possible solution?
3) If not, what am I dealing with
Here is what I have tried thus far:
1) Created a subreport, splitting the fields between the main and subreport,
but both reports accessing the same query. Obviously this did not work since
it is the query reaching the field limit.
2) I created a new subreport. The main report was based on a smaller new
query, and the subreport was based on a new query with the remaining required
information. The subreport turned up blank (I checked and removed linked
fields)
Need help!
B
tables and 9 queries. The tables include:
1) Employee information that requires about 45 unique fields
2) Company information that requires about 55 unique fields
The 9 queries are simple queries that basically group information from
various other tables including the employee and company table.
My database is normalized. Here is the issue:
The amount of information I need to display on a particular report
encompasses about 70 fields. This translates into requiring 70 fields in the
query powering the report. If I remove about 10 fields from the query, the
report runs...leave all 70 fields in the query I get "too many fields defined.
"
I believe I am hitting the 2000 byte limit per row within my query. My
questions:
1) Does it sound correct that I am hitting the byte limit?
2) If so, what may be a possible solution?
3) If not, what am I dealing with
Here is what I have tried thus far:
1) Created a subreport, splitting the fields between the main and subreport,
but both reports accessing the same query. Obviously this did not work since
it is the query reaching the field limit.
2) I created a new subreport. The main report was based on a smaller new
query, and the subreport was based on a new query with the remaining required
information. The subreport turned up blank (I checked and removed linked
fields)
Need help!
B