Can I have MS Word in Access?

B

Bob

--
After searching Google.groups.com and finding no answer, Bob Vance asked:

Can I have a word document attached to Access

Thanks in advance.........Bob Vance
 
P

PC Datasheet

Bob,

Store the full path (including .doc) of the document in an Access table. On
a form, you can use the FollowHyperlink method to open it in Word.
 
Top