Share via

Error message - Your microsoft access database or project contains a missing or broken reference

Anonymous
2012-02-23T20:06:16+00:00

I'm getting the error message "Your microsoft access database or project contains a missing or broken reference to the file COMCTL32.OCX version 1.0". I'm baffled.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2012-02-23T20:32:30+00:00

At some point you evidently used the Common Controls addin. You can find out where it's referenced by opening the VBA editor (ctrl-G will do it) and viewing the References (Tools... References). The COMCTL32.OCX entry should be there marked MISSING.

Uncheck that line and compile the database. You should get an error on the line (or lines) of code calling something from that library. If you don't get any errors just leave that reference unchecked; if you do, then you'll need to decide whether to install that feature (if it's even compatible with A2010, I don't know!) or can program around it.

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful