R
R. Choate
I have created a Word template that is just loaded with macros and userforms. Users on the network have a menu button in Word, which
opens a Userform in Word. The code behind the userform uses ADO to first check for a number of existing text files on their local
hard drive. If the text files don't exist, or if the user clicks on a "Refresh" button, then the code queries the Access db, which
is present on a network drive and then creates the needed text files with the data.
That was all fine and dandy until they started buying new workstations which don't have Access. They have the "Small Business
Edition" of Office. Now, they can't connect to the db and perform the ADO query against it. What can I do to make these work without
everybody having to get a full-blown version of Office on each PC?
opens a Userform in Word. The code behind the userform uses ADO to first check for a number of existing text files on their local
hard drive. If the text files don't exist, or if the user clicks on a "Refresh" button, then the code queries the Access db, which
is present on a network drive and then creates the needed text files with the data.
That was all fine and dandy until they started buying new workstations which don't have Access. They have the "Small Business
Edition" of Office. Now, they can't connect to the db and perform the ADO query against it. What can I do to make these work without
everybody having to get a full-blown version of Office on each PC?