So I have a number of forms (unbound) that load and save data through calls to class modules-Public Function save() & Public Function load(). I just got a brand new error today when trying to add another form, that shows up when the event handler fires to call the load. Run Time #7 “Out of Memory”…after reading MS Help it could be a number of suggestions they offer, however the one that pops out as the most applicable reason seems to be the “Too many Public Functions/Routine”….but I am not sure because I have never run into this before.
Any ideas? Thanks in advance for the help guys!
Justin
Much more likely that it is something that a form is doing.. such as a databound listbox that is loading a lot of data from another table.