Dear Expert,
I have a access 2003 database, i get error while copying it to Backup Folder . Run-Time Error '70' : Permission Denied. I already close the Connection and Recordset too.
I have a access 2003 database, i get error while copying it to Backup Folder . Run-Time Error '70' : Permission Denied. I already close the Connection and Recordset too.
Code:
FileCopy App.Path & "\" & "Test.mdb", App.Path & "\Backup\Test" & ".mdb"