mtagliaferri
Registered User.
- Local time
- Today, 15:59
- Joined
- Jul 16, 2006
- Messages
- 550
I have the following code to open a specific file:
The name of the file is written in the code, for every record on my form I have a different file to open so I have a field called "DOCN" wich is the name of the file I have to open. How can I put a extension on the code to read the file name mentioned in the field on my form?
Thanks
Marco
Code:
Private Sub OpenDoc_Click()
FollowHypelink "C:Documents.......
End Sub
Thanks
Marco