I've made a custom progress meter which has worked fine until yesterday. Everytime I call or update the custom meter it I get an out of memory error. This is happening on every system I've tried to run the program on. All of the systems have ample RAM, and on my home system, Access is one of only 4 processes running with 256 Mb of available ram. This makes me think that it's not a problem with the amount of system RAM, but with the 64k memory segment limit, about which i know very little beyond what the Ms Access help describes. I've read that reducing module size helps to avoid exceeding the 64K limit, however the module producing the error is only 10 lines long. Anyone have any coding tips for freeing up memory?
P.S I had been using the built-in status bar (which never had this problem) however the custom meter looks better and allows me to be much more descriptive, especially with long and involved sub-routines.
Thanks for any and all suggestions.
-Chappy
P.S I had been using the built-in status bar (which never had this problem) however the custom meter looks better and allows me to be much more descriptive, especially with long and involved sub-routines.
Thanks for any and all suggestions.
-Chappy