Q
Question Boy
I am trying to launch Word from Access and start a new doc from a template.
I tried:
Application.FollowHyperlink "c:\...\MM.dot"
This does indeed open the dot file but I am looking to launch it to create a
new doc from it, and thus run it's Document_New event in the process.
What is the proper way of doing this, since FollowHypelink is obviously not
it in this case.
Thank you,
QB
I tried:
Application.FollowHyperlink "c:\...\MM.dot"
This does indeed open the dot file but I am looking to launch it to create a
new doc from it, and thus run it's Document_New event in the process.
What is the proper way of doing this, since FollowHypelink is obviously not
it in this case.
Thank you,
QB