Error in printing mail labels

G

Guest

Help... have updated my laptop and copied my database via memory stick to the
new one and now get this message when I try to print labels. Any help to fix
would be appreciated.

Your Microsoft Access database or project contains a missing or broken
reference to the files 'IMGADMIN.OCX' version 2.0.

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

Thanks in advance. Malcolm
 
D

Douglas J. Steele

AFAIK, IMGADMIN.OCX isn't part of Office, but part of Windows 2000
Professional or 2000 Server. That implies someone must have added it into
your application, and it doesn't exist on your laptop.

Does the application actually use that control? (Controls can be added to
the application, and then not deleted if they're not, in fact, being used.)
With any code module open, select Tools | References from the menu bar. You
should see the word MISSING: in front of the reference to IMGADMIN.OCX.
Uncheck it, then go to the Debug menu and compile your application. If it
compiles with no errors, odds are you're not using it, and you can just
continue without it.

If, on the other hand, the application doesn't compile, you'll have to do
something about it. Assuming your laptop isn't Win2000 Pro or Win2000
Server, you may be out of luck.
 

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