Locopete99
Registered User.
- Local time
- Today, 10:17
- Joined
- Jul 11, 2016
- Messages
- 163
Hi Guys.
How can I open a file using ME.[Blanket_agreement_Number] from one of my tables?
Am I right in thinking it would be along the lines of:
How can I open a file using ME.[Blanket_agreement_Number] from one of my tables?
Am I right in thinking it would be along the lines of:
Code:
Dim FileName As String
Dim strpath As String
FileName = "ME.[Blanket_agreement_Number]"&".PDF"
strpath = "c:\Filepath\" & FileName
Application.FollowHyperlink strpath