out of string space

T

Tony Williams

I have a subform where the first field is a combo box. When I click on it I
get an error message that says "out of string space " The value shows even
though this message appears. Anyone know what this means I've searched Help
and can't find anything?
 
S

StCyrM

Hi

You are generating Error Code 14

You posted:

You attempted to create a string object, but could not because you have used up
all your system memory. This could be a result of a dynamically allocated array
growing too large, or the instantiation of a large number of objects.

To correct this error

Use the Erase statement to reallocate dynamic-array storage space.
Use the ReDim statement to reallocate storage space.
Close any unnecessary applications, documents, or source files that are open.
 
T

Tony Williams

Thanks for that advice. I have 512mb system ram and a huge virtual memory so
I'm surprised at the cause. I did reboot and the problem went away but I've
never seen that before.
Regards
Tony
 

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