View Full Version : Storing Word Documents in Access


AcDawson
02-25-2001, 06:57 AM
Thank you!

How do I create a button on a form that opens a Word document that is stored within Access?


Thank you!

ElsVanMiert
02-26-2001, 12:07 AM
Have a look at the "Solutions"-page of the Word-for-Access-Wizard at www.unsoftwareag.com. (http://www.unsoftwareag.com.)

Keith P
02-26-2001, 07:32 AM
You can set a hyperlink path to the document.

Fornatian
02-26-2001, 07:37 AM
I store the pathname as a string and use the FollowHyperlink method to open the file much like Keiths suggestion.

if you need a copy of a file that shows this in action, please e-mail me with the request and I'll be happy to oblige.

Ian