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