Could you please tell me how i can check if file user entered on the form is not found in the directory "\\ABCserver\resume\" ?
If IsNull([TextBoxLink]) = True Then
MsgBox "No resume", vbOKOnly, ""
Else
Application.FollowHyperlink "\\ABCserver\resume\" & [TextBoxLINK]
End If