Results 1 to 2 of 2

Thread: Setting Automatic Backups

  1. #1

    Thread Starter
    Frenzied Member mxnmx's Avatar
    Join Date
    Dec 2001
    Location
    I'm back...now!!!
    Posts
    1,396

    Setting Automatic Backups

    I have a program that saves all the data to MS Access, I wish to provide a small dialog thru which the program automatically backs up that MS Access Database after whatever time interval set by the user....how can I do this that every evening or every week or every fortnight my program asks user to insert the diskette into A drive for backup????
    Can't Remember Birthdays or Important Dates- Never Miss any Important Date(s)

  2. #2
    PowerPoster
    Join Date
    Aug 2002
    Location
    NY, NY
    Posts
    2,139
    Normal backups are not done on premises - instead they are usually done on the daily, weekly and monthly basis. You may create a program (totaly independent) that will run every night or once a week/month and schedule it through Windows scheduler (regardless of windows version). Backups for MS Access generally speaking are just a copy of an original mdb file. You may also create a script that will copy original file to backup folder with DATE/TIME stamp.
    Roy

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