Private Sub ExitToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ExitToolStripMenuItem.Click
'This option allows the current database to be duplicated to a new file
FileCopy("C:\Users\user.accdb", "C:\Users\user.accdb")
MessageBox.Show("Backup created successfully")
End Sub
How do I fix my problem with the backup problem, I already try to put at other location also don't work as I want it to. I would like the best solution to resolve this problem.