John Nelson
Registered User.
- Local time
- Today, 08:50
- Joined
- Jan 26, 2005
- Messages
- 16
I'm trying to make a button to allow a user to back up the database. Though, when I click the button it gives me an error that says: "Command or action 'Backup' isn't available now."
The code is nothing fancy. I'm just not sure what I'm doing wrong.
Any help would be much appreciated. Thanks!
The code is nothing fancy. I'm just not sure what I'm doing wrong.
Code:
Private Sub cmdBackup_Click()
DoCmd.RunCommand acCmdBackup
End Sub
Any help would be much appreciated. Thanks!