Hi! I am making a module in a database that will back up several other databases, as well as compressing them, deleting old records, making .MDE files, etc.
To delete the old records, should I run code from the backup module, or would it be better to have that module open the database to be backed up and start a module in it. If I have the individual databases delete their own old records, how can I have my backup database know when they are done?
I've never worked with more then one database at a time, so any help here would really be appreciated.
Thanks!
-Brad
To delete the old records, should I run code from the backup module, or would it be better to have that module open the database to be backed up and start a module in it. If I have the individual databases delete their own old records, how can I have my backup database know when they are done?
I've never worked with more then one database at a time, so any help here would really be appreciated.
Thanks!
-Brad