'Missing or Broken reference' help required.

  • Thread starter Thread starter Mark21990
  • Start date Start date
M

Mark21990

Guest
Hi everyone,
Im building a database as part of a group project for uni. Its almost finished but recently on first opening the DB and clicking on a button on the form we get the following message boxes:

Firstly:

Your database contains a missing or broken reference to the file ‘OWC10.DLL’ version 1.1.

Click ok

and get...

Your database contains a missing or broken reference to the file ‘MSCHRT20.OCX’ version 2.0

When i click help it talks about deleting references but im not sure how to do this as im no expert by any means! :rolleyes:
I think this problem may have arisen because our accountancy department computers use access 2003 and the rest of the uni uses xp and we have been working on them both - oops! :(

Anyways i was wondering if anyone could point me in the right direction to fix these problems?

Thanks in advance.

Mark
 
Mark:

Press ALT + F11 to get the code window open.

Now click Tools > References and find the missing references and uncheck them. I hope this helps.

SHADOW
 
Press <ALT> F11 and then Tools>References and uncheck the references with MISSING next to them.
 
If you open the VB script editor and go to Tools || References it should say what is missing or broken. If missing then either find the equivalent dll or if broken copy from another PC.
 
Thanks very much for the quick replies guys!
Got it sorted. Works a treat now. :D

Thanks again

Mark
 
Mark21990 said:
Thanks very much for the quick replies guys!
Got it sorted. Works a treat now. :D

Thanks again

Mark

You're welcome. Do I win something for being first caller through?

;)

Shadow
 

Users who are viewing this thread

Back
Top Bottom