Im developing an Access database and I randomly get the error message "There is not enough memory to perform the requested operation." I have done compact and repair, compiled all my code and found no errors. I even exported everything to a new database. Eventually I get the same error but there is no clear cause because the error appears randomly when I try to save design changes. No errors saving records, or modifying data, just every now and then I get the message when doing design work. What causes this message?
Does it only happen when working with a specific form/report?
If so the form may be corrupt -2 approaches
1. Remove the module (has module=false) & then put the code back
2. Rebuild the form from scratch/bring it in from an old backup.
Good Luck!
Gary