VBA code won't run on machines other than development machine

N

ngraham

I finished an Access VBA project and then put it on the
server so it could be tested on other machines. It worked
fine on the development machine, but on several machines
where we tested it, the machines could not read simple
functions such as left, right, mid, trim, and format. We
copied the .dlls in the VBA folder on the development
machine to one of the machines and that didn't work.
Again, it works on the development machine, but not on
others with Access installed and the same version of VBA
installed.

Any clue?
 
A

Alex Ivanov

This is a common problem with missing references.
Open your project on a machine where it does not work
and go to tools/references - see what is missing.

Alex.
 

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