Hi
I have the file copy statement to copy a
sourcefile = App.Path & "\PhoneTel.mdb"
destinationfile = App.Path & "\backup\PhoneTel.mdb"
FileCopy sourcefile, destinationfile
sourcefile1 = App.Path & "\backup\PhoneTel.mdb"
destinationfile1 = App.Path & "\backup\backup\PhoneTel.mdb"
FileCopy sourcefile1, destinationfile1
how can I get the backup file from backup\backup
with the old data, not the same data as the first
backup
Lenny