Opening a Word File

K

Kevin D.

What code can I use to open a specific MS Word file from within Access. The
file is located at C:\Auction Software\file.doc

Thanks.

Kevin D.
 
F

fredg

What code can I use to open a specific MS Word file from within Access. The
file is located at C:\Auction Software\file.doc

Thanks.

Kevin D.

Application.FollowHyperlink "C:\Auction Software\file.doc"
 
Top