Actually here is what I asked:
"How in code could I have an Access Database make a copy of itself to
another
location like a second hard drive or CD. I would like to add this to
a daily shutdown procedure"
Thanks Rick for your response and I might not have been clear with
the first question. I see where the the recommend program would have
worked however it seems to have a confict with VB.net 2003 installed
on the machine, even though I running it from Office XP Access 2002
DB. It worked great until it shuts down then wants to send a message
to MS. I'm just not knowledable enough to debug this right now.
The database is split but and is not networked. I haven't programed
since Clipper and I'm learning this as I go so please be patient.
What I have now is a shutdown button on the main form that closes out
the day and compacts the DB before it closes and goes to Windows.
This is all working great. I simply wanted to add something to it to
have it make a backup copy somewhere. Now I have to do the copy to
CDRW myself daily. If you could point me to some code examples on how
to copy a file (the table mdb) to say a CD or Hard drive it would be
appreaciated.