Cannot open any more tables

  • Thread starter Thread starter Koulla
  • Start date Start date
K

Koulla

Hi,

I have a report which contains many subreports on it.
When I print the report the following error message
appears "Cannot open any more tables" and when I said it
ok for 4 times the report is printed but 4 data is
missing and in their place writes #error.
When I open the report in the screen but not print it all
data are ok.
How can I fix that??

Thanks a lot!!
 
Koulla

One way this message can come up is if the database has code that opens
tables/recordsets but doesn't explicitly close them.

Another is having code that doesn't explicitly compare a checkbox to a
boolean value.

I suspect you can find out more about both of these if you search Google.com
for the error message.
 

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

Back
Top