Results 1 to 9 of 9

Thread: Backup Database within access

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    Backup Database within access

    I'm trying to develope a backup functionality to a database for a small job.

    There's a few other things too, but they have been resolved.

    What i'm looking to produce is somthing that backs up the database like the File>Back Up Database does.

    The only thing i wish to change is the filename in the filename textbox. The person requests this as a button on the form.

    So when the user clicks the button on a form the backup database form should show up, but with the file name changed to some data.

    Calling the winow is fine, however figuring out how to change the file name... a hassle.

    Code:
       CommandBars("Menu Bar"). _
       Controls("Tools"). _
       Controls("Database utilities"). _
       Controls("Back Up Database..."). _
       accDoDefaultAction
    I wasn't sure if this should go in the database threads, but decided this was the best place.
    Last edited by Slyke; Sep 19th, 2007 at 03:16 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width