Print Error: ....too complex to be evaluated

G

Guest

Hi,

I have an Access 97 database. I have a main report based on a simple single
table query. In that report are 3 sub-reports. It gets complicated from
there. Everything works fine if the first two sub-reports have records to
display. If they don't the report previews fine but when the "Print icon" is
clicked I recieve this error:

This expression is typed incorrectly, or it is too complex to be evaluated.
For example, a numeric expression may contain too many complicated elements.

All of the expressions are in the first 2 sub-reports record sources. I
didn't start receiving this error until I added the third sub-report which
doesn't contain any expressions (although the sub-report itself is a grouped
report). The report will actually print fine after clicking OK on the error.


Can anyone surmise from my limited explanation why I this is happening? The
report printed fine even if the sub-reports did not have any records (before
I added the 3rd sub-report).

Thanks
LeAnn
 
A

Al Camp

LeAnn,
It would be nearly impossible to figure out what is specifically wrong
with your report. The error is a "general" fall out message that probably
didn't get picked up by intellisense during the report building process.
I would suggest, removing Sub3 to see if that's where the problem really
arose from. Then, continue removing subs until the report runs clean again,
the start putting them back.
hth
Al Camp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Count IIf - too complex to be evaluated 2
Query Too Complex 5
Too many Subreports? 4
error when printing A2k/XP 1
Report error 3
Error While Paging 2
Error from Crosstab Reports 1
Error 3071 in Report 3

Top