Access always assumes that in Forms modules, as in other (cool or regular) modules, objects and normal variables cease to exist when the code exits or in the case of Forms when the form is closed. It's right?
I am interested because I built a form used to scan barcodes for orders, and it becomes slower and slower during the day, until the user closes and opens the database again, then everything will return to normal. Closing a form seems insufficient. I have analyzed my code and I cannot find much, so the sergeant is for the culprit ...
source
share