M
Matthew Hood
I'm working on an Access application that uses Word, Excel, and MapPoint
automation. This application will be distrubuted onto a multitude of
systems. Some systems will have Office installed, others will not. (On the
systems without Office, the Access 2002 Runtime will be installed).
The original programmers referenced the Type Libraries to create all their
routines instead of using the "CreateObject" method.
Unfortunately these object references are used all over the place and we do
not have the time to convert our code.
So what I'm running into is when our application get's installed onto a
system without Word, Excel, and MapPoint, when the user opens the database,
they get a Broken References error, and then the database quits.
I need help in finding a way to handle this situation. I need to be able to
either remove the references on startup (and add them back i in when Word,
Excel, and MapPoint get installed), or supress the error message. (Which I
don't think will work because Access won't find any other functions in other
Libraries due to the missing ones)
Any help is greatly appreciated.
TIA,
Matt
automation. This application will be distrubuted onto a multitude of
systems. Some systems will have Office installed, others will not. (On the
systems without Office, the Access 2002 Runtime will be installed).
The original programmers referenced the Type Libraries to create all their
routines instead of using the "CreateObject" method.
Unfortunately these object references are used all over the place and we do
not have the time to convert our code.
So what I'm running into is when our application get's installed onto a
system without Word, Excel, and MapPoint, when the user opens the database,
they get a Broken References error, and then the database quits.
I need help in finding a way to handle this situation. I need to be able to
either remove the references on startup (and add them back i in when Word,
Excel, and MapPoint get installed), or supress the error message. (Which I
don't think will work because Access won't find any other functions in other
Libraries due to the missing ones)
Any help is greatly appreciated.
TIA,
Matt