Access 2002 problem : Error in loading dll

  • Thread starter Microsoft News Groups
  • Start date
M

Microsoft News Groups

I am getting an "Error in loading dll" each time I reference
CurrentProject.Connection.

It is a problem with Access and not a particular project, because the error
crops up in new databases.

i'm running an up to data virus checker and haven't had any indications of a
virus.

I've tried reinstalling Office without solving the problem (although I used
the repair/reinstall option and didn't completely remove it first.)

I presume a dll has become corrupt but I don't know which one.

Any suggestions would be most welcome.

Rod Scoullar
 
R

Rod Scoullar

Kevin,

I tried that and got the same error message.

I did find a work around though..

I was using CurrentProject.Connection as the connection object.

Instead I opened a new connection object using
CurrentProject.BaseConnectionString to define the connection string.

I had to do this as the project I'm developing has to be used on a client's
computer network and I couldn't use a fixed connection string.

Rod
 

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