Broken Reference error

  • Thread starter Thread starter Ant
  • Start date Start date
A

Ant

I have just started to develop an Access database in Access 2003. After
start up between the splash form and my main form I get the following error
message.



Your [name] database or project contains a missing or broken reference to
the file ‘MSCOMCT.OCX’ version 2.0.

*To ensure that your database or project works properly, you must fix this
reference.



If I then OK this message box the form opens and all seams a OK. I am not
aware I have made any reference to this file or even what it is. Can anyone
explain how to fix the broken ref or how to suppress the error message?



Thanks
 
I believe that should be: MSCOMCTL.OCX

Open any code window (CTRL+G) and uncheck the reference marked as MISSING.
Write down what they are, just in case you need to put them (it) back. The
choose Compile ... from th Debug menu item.. That should fix it for you.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top