access 2000 development error message

  • Thread starter Thread starter Lloyd Poole
  • Start date Start date
L

Lloyd Poole

I have a project that is getting quite large in access 2000
and Iam continually getting the error message "There isn't
enough memory to perform this task. Close unneeded
programs and try the operation again." when this occurred
all I was trying to do was to move fields and save the
changes. It has now haulted my whole project.
Is there a fix for this problem as my machine has prenty
of memory when it happens. HELP!
 
Lloyd Poole said:
I have a project that is getting quite large in access 2000
and Iam continually getting the error message "There isn't
enough memory to perform this task. Close unneeded
programs and try the operation again." when this occurred
all I was trying to do was to move fields and save the
changes. It has now haulted my whole project.
Is there a fix for this problem as my machine has prenty
of memory when it happens. HELP!

One possibility is that the Visual Basic Editor has too many windows
open. Each of those windows takes memory. So if you've never bothered
to close the windows as you go along, try making an insignificant change
in a standard-module window -- adding a space at the end of a line, for
example, then closing them all, compiling your project, and saving it.
 
Back
Top