Jun 7, 2005 #1 weeze2 Technical User Jun 18, 2002 129 DK Hi Does anyone know if there is some way with VBA to automatically make a backup of a Access DB a few times a day? Thanks!
Hi Does anyone know if there is some way with VBA to automatically make a backup of a Access DB a few times a day? Thanks!
Jun 7, 2005 #2 zevw MIS Jul 3, 2001 697 US I have done this in the past, not from vba. create a batch script that will run every hour and backup these files to a different directory etc. Upvote 0 Downvote
I have done this in the past, not from vba. create a batch script that will run every hour and backup these files to a different directory etc.