Hello,
This is the code that makes the database to backup on open. Any idea how to make it to put files from a specific date (let's say Sep-06) into a folder called 2016-Sep-06?
Function fMakeBackup() As Boolean
Dim Source As String
Dim Target As String
Dim retval As Integer...