Open Word Application from Access

R

Roger Bell

I have a Command Button that opens the Word application. Is there some code
I can write so that a nominated document in Word is opened with the "On
Click" Event procedure?

Thanks for any help
 
S

scubadiver

Put the following in the "on click" event

application.FollowHyperlink "FULL FILE PATH AND DOCUMENT HERE"
 
Top