Split Database

A

aranuc

I have Access2007 installed on my computer and windows 7. I have a split
database i am trying to open. when i open the database front end i get the
following error. "Your Microsoft office Access Database or project contains a
missing or broken reference to the file 'MDIVWCTL.DLL' version 11.0.

Next the visual basic opens with the following error: Compile error: cant
find the project or libary.

This data base opens and lets me link the to ends on my work computer with
no issues. my work computer runs windows vista and access 2007.

Any help would be great thanks
 
C

Crystal (strive4peace)

Unless you are doing document imaging, you probably do not
need that library.

press Alt-F11 to go to a code window

from the menu:

Tools, References...

uncheck that library and click OK

'~~~~~~~~~ Compile ~~~~~~~~~

Whenever you change code, references, or switch versions,
you should always compile and save before executing.

from the menu in a VBE (module) window: Debug, Compile

fix any errors on the yellow highlighted lines

keep compiling until nothing happens (this is good!) -- then
Save

~~
if you run code without compiling it, you risk corrupting
your database

Warm Regards,
Crystal
remote programming and training
http://MSAccessGurus.com

free video tutorials
http://www.YouTube.com/user/LearnAccessByCrystal

Access Basics
http://www.AccessMVP.com/strive4peace
free 100-page book that covers essentials in Access

*
:) have an awesome day :)
*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top