word 9.0 against word 10.0 library

G

Guest

Hello,
I have builded an application that use word to create a report.
I have Office 2000 and Office XP installed on my pc.
The application is builded in Access2000.
The application references to Word 10.0 library while i would have word 9.0 referenced but i can't see it in the libraries list.
There's a way to solve this problem?
Thanks!
Rocco
 
D

Douglas J. Steele

If your application is being used in an environment where you can't
guarantee what version of a product your users are going to have, you're
better off using Late Binding, rather than setting a reference to a
particular library.

See whether the information Tony Toews has at
http://www.granite.ab.ca/access/latebinding.htm is enough to get you going.

--
Doug Steele, Microsoft Access MVP

(No private e-mails, please)



rocco said:
Hello,
I have builded an application that use word to create a report.
I have Office 2000 and Office XP installed on my pc.
The application is builded in Access2000.
The application references to Word 10.0 library while i would have word
9.0 referenced but i can't see it in the libraries list.
 
T

Tim Ferguson

I have builded an application that use word to create a report.

Why?

There is very little that Word can do better than an Access report, and
sticking within one application saves years of development time.

HTH


Tim F
 
A

Alex Ivanov

Why? There might be a lot of good reasons. Try to cut/paste a part of the
Access report, for example.
Of course, you can output it in rich text format, but it will not look the
same in most cases.
Word docs are fully editable.

Alex.
 

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