J Jason Nov 21, 2003 #1 What's the code for launching an MS Word document from within Access 97? Thanks in advance, Jason
A Albert D. Kallal Nov 22, 2003 #3 Do you mean just a regular word doc? You can use: Application.FollowHyperLink "c:\my documents\docname.doc" If you are talking about merging the record your are viewing into a word template, then you can try my merge sample code: http://www.attcanada.net/~kallal.msn/msaccess/msaccess.html
Do you mean just a regular word doc? You can use: Application.FollowHyperLink "c:\my documents\docname.doc" If you are talking about merging the record your are viewing into a word template, then you can try my merge sample code: http://www.attcanada.net/~kallal.msn/msaccess/msaccess.html