I'm developing a case management program in ms access 2010. One process requires that the program delete a PDF file. A command button runs the following code:
Private Sub cmdDeleteSelectedFile_Click()
Dim sSelectedFile As String
sSelectedFile = DLookup("txtScansTemp", "tblAdminGlobal_nwk") &...