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

Recommended Answers

All 4 Replies

Not really understand what you want exactly.

Hi

I will make a copy of the

telebok.mdb

to another location in the

app.path

works fine

if I will have back the copy of the old

telebok.mdb

how to do that

Just Copy it to another Path. Maybe it will work just fine.

Thanks I will try

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.