Try to open a pdf with a button in a form using vba - i want it to take the data from me!comp_ID and insert it into the file location and then add .pdf on the end and open it with this i get a type mismatch run time error '13'
Thanks for your help
Dim strfile As String
strfile = "Y:\EMPLOYEE FOLDERS\JMendes stuff\CreditApp\" + Me!COMP_ID + ".pdf"
Application.FollowHyperlink (strfile)
Thanks for your help
Dim strfile As String
strfile = "Y:\EMPLOYEE FOLDERS\JMendes stuff\CreditApp\" + Me!COMP_ID + ".pdf"
Application.FollowHyperlink (strfile)