I hope you like this quick and easy backup method. I used this for years when I was developing applications. I created this because I hated running 3rd party backup type programs for code and how they interrupted my development process (this does NOT replace SQL Server backups if you have a split front-end - this was built for front-end development work so you can quickly backup/save your code anytime you need to). With this method, if something goes wrong and my code gets corrupted for some reason or I need to back-trace my development over days, I simply have to search through my backup folder and files where any one of them can simply be renamed to give my a new source *.accdb file. The best part is I click the "backup" button on my (development interface) anytime I feel a backup is needed (ie. after a lot of code changes) and it creates a duplicate of my MSAccess file in milliseconds and includes the timestamp in the filename. It doesn't interrupt my development work. Great for single MSaccess files with local tables or split front-ends. I hope you find it useful. It contains several helpful functions.