Programicly check References ?

G

Guest

Hi have a little problem.
One of our in-house software programs uses the referance:
"Microsoft Access 11.0 Object Library"

The problem is two of the computers dont have that library on there systems.
they do have "Microsoft Access 10.0 Object Library"

Is there a way to programicly check for the referance "Microsoft Access 10.0
Object Library" and link it to the program with code.

If I can do that I wont have to change the referance every time I make a
change to the program.

Scott Burke
 
A

Alex Dybenko

Hi,
the best practice - is to develop mdb on lowest target version, so if your
users have access xp and access 2003 - then you have to develop on XP, and
then it will work on any later version.
also you can decompile your mdb on access XP and then compile again - this
will allow to run in on Access XP

--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
 

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