Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Phantom Module 1

Status
Not open for further replies.

Survane

MIS
Jul 3, 2002
74
US
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?

Thanks,
Survane
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top