Finding ActiveX Controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Under Debugging - I run the compile and save all modules and get an error
regarding the loading of an ActiveX Control on one of my forms or reports.
I dont konw that any ActiveX controls are being used anywhere.
How do I find out what ActiveX controls are being used in my database?
If I knew what they were and where they were used, I could eliminate the
control.
Thanks,
 
While viewing any code go to Tools>References and look for the word MISSING.
Uncheck the reference and try to compile again.

Under Debugging - I run the compile and save all modules and get an error
regarding the loading of an ActiveX Control on one of my forms or reports.
I dont konw that any ActiveX controls are being used anywhere.
How do I find out what ActiveX controls are being used in my database?
If I knew what they were and where they were used, I could eliminate the
control.
Thanks,

_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
Back
Top