Controls in toolbox

  • Thread starter Thread starter ChrisJ
  • Start date Start date
C

ChrisJ

How can I find out which file an ActiveX control - already in the toolbox -
is in.
I'm having trouble with a common dialog control which is newer and not
compatable with the older version of Access I'm running
 
Take a look at the References collection. Assuming you're using Access 2003
or older, you get there through Tools | References while in the VB Editor.
If you added the ActiveX to a form, a reference to the file should be one of
the selected ones at the top of the list.
 
Back
Top