Hi all
I've a problem with FileCopy
The debugger tells me an error on FileCopy syntax, but I can't fount the correct syntax...
Could someone help ?
Thanks
Alex
I've a problem with FileCopy
Code:
Private Sub SaveMeAll()
Dim Source As String, Dest As String
Source = "C:\Mes documents\Fichier Client\Client_db.mdb"
Dest = "C:\Mes documents\Fichier Client\Sauvegarde-" & Day(Now) & "-" & Month(Now) & "-" & Year(Now) & ".mdb"
FileCopy(Source, Dest)
End Sub
Could someone help ?
Thanks
Alex