MsgBox Error$

D

DaveH

Recently Installed a New Hard drive & Windows 2000 & Office 2000 on my PC.
Moved all my databases (.mdb files) over to new drive. Now some of my coding
isn't working. Access goes into coding mode and always goes to the same line
of code on all my events. MsgBox Error$ The says something about missing
library or object. Also went into References and one of the listings says
"Missing: MS EPG OLE Control Module. Help! Not sure if a Forms coding
problem or Configure topic.
 
D

Douglas J. Steele

Try removing the reference that's marked as Missing, then do a compile of
your database (under the Debug menu when you're in the VB Editor) If it
compiles cleanly, odds are you don't need that reference. If it complains
about the missing reference, you're going to have to track it down.
 

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