Memory leak?

L

Lars Brownie

In my Access 2002 main form, when I perform a Ctrl-F search on a memo field,
I sometimes get the message:

"There isn't enough memory to perform this operation. close unneeded
programs and try the operation again"

When I close the app and reopen it, it works fine again. Can someone tell me
what the problem is and how I can prevent it from happening? I found some
internet messages but not the one I was hoping for.

Thanks, Lars
 
D

david

Compact and repair the database: look at the memo's to see if any
are corrupted.

A memory message is normally a generic message that something
failed: it is often the only message that is provided, and just means
that all code failures are assumed to be memory allocation errors.

(david)
 
L

Lars Brownie

Thanks David.

The error occures in the front end, so from what you're saying I understand
the problem might lie in the back end and I should perform the compact
repair on the back end?
 
D

david

Yes, compact and repair the back end.

If it doesn't fix the problem, at least it was easy and got rid
of the most likely cause.

(david)
 

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