Hi All..

  • Thread starter Thread starter NyekonX
  • Start date Start date
N

NyekonX

I'm currently programming a really long winded unbound form to satisfy
requirements set by my company. This form includes 8 list boxes that auto
populate as a selection is changed in another listbox. Problem now is...
I'm getting out an out of memory error which renders access useless. I have
to kill access and reopen to get it to respond.

Memtest+ reported no errors with my hardware. I have 1024mbs which only 40%
was consumed checking taskmonitor at the time of the errors. Is there a
tool I can use to see where there may be some kind of leak or something?
This form is too far into the development stage to have to scrap it and
start over...

Your Advice is much appreciated!

- Robbie
 
You don't say how your list boxes are being populated but if you are having
memory problems, maybe you should try setting up some temporary tables and
then bind you listboxes to the tables using queries to get the data as the
options are changed.--
JB
 
Back
Top