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

  • Thread starter Thread starter Chris Zoumas
  • Start date Start date
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
 
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
 
Back
Top