When I open a particular database, there appears to be a phantom module that runs in the background even when all my objects are closed. How can I determine and ultimately get rid of this module?
Module (actually PROCEDURES) which 'auto-run' on startup are usually instantiated from the "AutoRun" macro or the startup object. The autorun macro is eassily found by looking in the Macros collection. The startup object may be found under Tools/Startup.Display form/page. If there is such an object, code in either the Load or Activate event may be the starting point of execution.
MichaelRed
m.red@att.net
There is never time to do it right but there is always time to do it over
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.