"there isn't enough memory to perform this operation. Close uneed

G

Guest

"there isn't enough memory to perform this operation. Close uneeded programs
and try the operation again"

This happens after a subform was added. THis is happening every time the
form is to be opened or designed.

Please help
 
G

Guest

Try decompiling your project and see if that helps. If you have only one
version of Access installed on your PC, you can click on Start > Run and then
enter the following command:

msaccess /decompile

The next .mdb file that you open will have it's VBA code decompiled, so pick
your problem app. Perhaps also hold down the shift key to prevent any startup
code from running. Then do a compact and repair. Finally, hit ALT F11 to open
the Visual Basic Editor. Click on Debug > Compile ProjectName to compile any
code.


Tom

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________

:

"there isn't enough memory to perform this operation. Close uneeded programs
and try the operation again"

This happens after a subform was added. THis is happening every time the
form is to be opened or designed.

Please help
 
G

Guest

I just tired that, and it did not work. When the form tries to open in view
or design mode, the error still happens.
 

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