hello there ive got this code in opening a pdf file
it works fine, however when i replace it withCode:Application.FollowHyperlink "A:\AccessDatabases\Zoning\ZoningArchived\" & "2017-04-25-01-MARCELO-DELPILAR.pdf"
It gives me error saying cannot open the file specified.. i just replace the string,, i have same value as well.Code:Application.FollowHyperlink "A:\AccessDatabases\Zoning\ZoningArchived\" & me.myFileLocationandName
Please guide me.