How do I load word documents into Access using VB?

K

karim1010

I have a multiple word documents and wanted to load them into Access mdb. and
allow the users interact with them using VB or built in function. Thanks
 
A

A. Smart

He's right u know. I'm doing a similar database as yourself and I had heaps
of trouble loading the documents in. Now I simply reference the path to the
document in a field and open the document using a command button and a little
VB.
 
Top