Here is what I am trying to do....I am using Access 2007.
  1. I created a form (frmEmailBudget ) with a button (btnCreateBudge tBackup). This button needs to generate a backup of the active database (Budget Tool.mdb) with all objects and data. The backup database file will be named “Budget_Backup_ Date". The Date will be today's date (MM_DD-YY). I need the code to do this.
  2. The next event (through the same btnCreateBudget Backup button) is to generate
...