linking word docs to an access form

S

smason

Hello i have a form which i want to link to word documents

i.e. its a complaint form in which i want to link correspondence (in the
form of word docs) that i receive

can this be done????
 
L

Larry Daugherty

Yes.

If there could ever be more than one Word form a single customer then
I'd suggest that you have a subform on your current form which is
based on a table that has a record for each Word document. One field
of that record must have the full pathname of the document.

You can easily add code to open the selected document(s). One way is
to use the Shell() command. Another way is to use FollowHyperlink.

HTH
 
Top