Recent content by atreusch

  1. A

    Kill Statement and Error 70 when trying to delete PDF file

    Thanks... I tried that but no go. However, I'm now using FILESTRUCT API and it seems to work. Thanks
  2. A

    Kill Statement and Error 70 when trying to delete PDF file

    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") &...
Back
Top Bottom