Hi, I need to backup my database.
I'm trying to copy tables from original database that is on a server, by pressing a button,
to another database. I use this code, but it gives an error a error:
Private Sub b1_Click()
Dim FileNameOrig As String
Dim FileNameCopy As String
Dim d...