MS Word 10.0 Object Library

  • Thread starter Thread starter Patrick Graham
  • Start date Start date
P

Patrick Graham

Hello, I have made a DB from home that uses Word 10.0
Library. When I brought it to work one station didnt have
this library. So the DB forms wont work.

Where at miscrosoft.com can I find this reference library
to download?
 
The solution to all automation code is to use late binding.

If you grab my sample ms-access to word merge, it will work at home, work,
and likely even on a different planet. The current code works just fine will
all versions of office, and even works when you mix and match parts (like
access97, and word 2002 xp).

On my web site, I explain how this reliability is obtained. You can grab the
sample at:

http://www.attcanada.net/~kallal.msn/msaccess/msaccess.html

And, the notes and comments on how to make this reliable, and work on any pc
can be found at:

http://www.attcanada.net/~kallal.msn/wordmerge/page2.html

Read the above part half way down on late binding. If you use late binding,
then you don't have to set (or worry about) the references.
 
Back
Top