I've got a form used for inspections; in process of performing an inspection a user may need to create a word document. To do so I'm using a 'Command Button' with a hyperlink to the document's location on the network 'Z:\folder\forms\Form039.dotm' But
when opened using the hyperlink the document opens titled 'Form039' at the top, not 'Document1' as it does when opened manually on the network. How can I used VBA automation with my 'Command Button' to open the Word doc programmatically so that it functions
properly?
Thanks
jms