There isn't enough memory to update the display Error message

C

Chris Zoumas

Hi, in a form that I'am currently working on I'am getting the Error Message
"There isn't enough memory to update the display". I 've searched the
Internet
for the above Error and I found a Microsoft article describing possible
reasons.
I don't believe that my case has to do anything with the reasons mentioned
in the
above article. I also noticed that when I 'am running the code from inside
the debugger
there is no problem. I even reconstructed the db thing of a corrupted Access
file but
the problem persists. Can anyone help on describibg any other possible
reasons for
such an error message.

TIA, Chris
 
A

Arvin Meyer

Occasionally, a 3rd party ActiveX control can eat up resources. If that's
the case try getting rid of it. Then:

First, to make sure there is no corruption, use the Application.SaveAsText
code to rebuild a brand new database that's sqeaky clean:

http://www.datastrat.com/Code/DocDatabase.txt

Then, replace any GIF's with BMP's. That usually solves the problem.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

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

Top