Hi Again
I have a file list
with 2 backup library
For i = 0 To File2.ListCount - 1
If File2.Selected(i) Then
min = Left$(File2.fileName, 12) ' here I got the file name from PhoneTel.mdb130513_2014.mdb
'********** min is Phonetel.mdb
Kill App.Path & "\phonetel.mdb"
sourcefile1 = File2.Path & "\min" ' The sourcefile1 path is right - tel\backup\backup
' and "min" should be PhoneTel.mdb
destinationfile1 = App.Path & "\phonetel.mdb"
FileCopy sourcefile1, destinationfile1
I have tried everything but now I am stocked
Where do I the wrong thing.