D
DavidF
I have been developing a very large database over the past
5 years. Recently, the message "Too many open databases."
pops up while running a particular report. Searching
Microsoft's website yielded nothing helpful -- only that
there is such an error message, but nothing on it's cause
or solution.
At first, nothing seemed to be happening to the reports so
I judiciously applied On Error Resume Next to eliminate
the annoyance. Now I've come to regret this as
occasionally the lookups don't happen (leaving blank
fields on the reports) when more dynamic filtering is
applied to the report source query.
When I first encountered the error message, I had wished
for a way to increase memory allocation (or some such fix)
to be able to open MORE databases. (By the way, I am only
working with a frontend linked to a backend containing the
tables.)
In reading some of the discussions at this site, I suspect
that my problem may have something to do with using
lookups on my reports rather than performing more links in
the queries (thinking that I would be improving
performance).
Does anyone know the cause of this error. Any help is
greatly appreciated.
Thanks to all who take the time to post their opinions.
5 years. Recently, the message "Too many open databases."
pops up while running a particular report. Searching
Microsoft's website yielded nothing helpful -- only that
there is such an error message, but nothing on it's cause
or solution.
At first, nothing seemed to be happening to the reports so
I judiciously applied On Error Resume Next to eliminate
the annoyance. Now I've come to regret this as
occasionally the lookups don't happen (leaving blank
fields on the reports) when more dynamic filtering is
applied to the report source query.
When I first encountered the error message, I had wished
for a way to increase memory allocation (or some such fix)
to be able to open MORE databases. (By the way, I am only
working with a frontend linked to a backend containing the
tables.)
In reading some of the discussions at this site, I suspect
that my problem may have something to do with using
lookups on my reports rather than performing more links in
the queries (thinking that I would be improving
performance).
Does anyone know the cause of this error. Any help is
greatly appreciated.
Thanks to all who take the time to post their opinions.