Lotus Domino Object Missing In VBA References

  • Thread starter Thread starter GraberJ
  • Start date Start date
G

GraberJ

I have an Access Application that will send out emails via Lotus Notes.
This app has worked for over 2 years through various upgrades. But
for one reason or another it has stopped working on 2 user PC's (there
around 10 or more that use this app). The app works fine on my PC and
other users PC's. When I step through the code I find that in the
References box it says "Missing: Lotus Domino Objects" so if I unclick
that, close the reference, and click it again the app works. The
problem is the path that the Object references (shown at the bottom) is
the same path for the "Missing" one and the one that works. Has anyone
seen this before and what can I do to get these to work? Users have
reinstalled the app, reinstalled access, rebooted.

Thanks
 
This is very common when software is upgraded, or new software is installed.

The solution is to do what you've done: go into the References, remove the
MISSING one and re-add it. Another possibility is to use Late Binding, so
that no reference needs to be added.
 

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

Back
Top