Error Loading DLL

G

Guest

I'm creating a .mdb using AC2002. The file format is AC2002. A user is
running AC2003.

When the AC2003 user opens the .mdb they get an error #48 that says error in
loading DLL. Is there a way to figure out which DLL it's having a problem
with? could it be that I have a DLL library reference that the AC2003 user
does not?

Everything works fine except for when the AC2003 user goes to right click on
a form to call a submenu. Then they get all kinds of subroutine references
that are not found.

Any ideas? thanks in advance for your help!
 
R

Ron Hinds

Open the application in design view on the PC that is having the problem.
Open any code module and click Tools References on the menu. If you see an
item that says "MISSING:..." then that is the DLL (etc.) your user needs.
 

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