I have an application that I am distributing. The problem is that it uses a number of References that are not "Typically" installed during MS Office installation.
I know that when I have worked on my user's PC, I've had to do "Custom" installation of MS Access and select every option available. My application references the following:
Visual Basic For Applications
Microsoft Access 9.0 Object Library
OLE Automation
Microsoft DAO 3.6 Object Library
Microsoft Visual Basic for Applications Extensibility 5.0
My users are not Access savy and I don't want them to have to go into Access VB code to check references.
1. Is there a way to automatically install these files from my CD and reference them in my application?
2. If not, how can I tell which options to install during set up that will get me the references listed above?
Appreciate the help. Mind you, I am not a whiz at VBA so I'll need very specific instructions on how to use recommended code. Thanks
DISI
Paul Faculjak
paul@DataIntegritySolutions.com
I know that when I have worked on my user's PC, I've had to do "Custom" installation of MS Access and select every option available. My application references the following:
Visual Basic For Applications
Microsoft Access 9.0 Object Library
OLE Automation
Microsoft DAO 3.6 Object Library
Microsoft Visual Basic for Applications Extensibility 5.0
My users are not Access savy and I don't want them to have to go into Access VB code to check references.
1. Is there a way to automatically install these files from my CD and reference them in my application?
2. If not, how can I tell which options to install during set up that will get me the references listed above?
Appreciate the help. Mind you, I am not a whiz at VBA so I'll need very specific instructions on how to use recommended code. Thanks
DISI
Paul Faculjak
paul@DataIntegritySolutions.com