K
Kirstie Adam
All,
I have a button that on click i want to open a specific document. The path
for the document is :
"S:\Marketing\Client Database\Database Letter Template.doc".
I have some code, but am guessing it, it is:
Private Sub Command59_Click()
Call Shell("S:\Marketing\Client Database\Database Letter Template.doc", 1)
End Sub
Can anyone help me out and tell me the correct code??
Kirstie
I have a button that on click i want to open a specific document. The path
for the document is :
"S:\Marketing\Client Database\Database Letter Template.doc".
I have some code, but am guessing it, it is:
Private Sub Command59_Click()
Call Shell("S:\Marketing\Client Database\Database Letter Template.doc", 1)
End Sub
Can anyone help me out and tell me the correct code??
Kirstie