filecopy
If conn.State = 1 Thenconn.Close
End If
SourceFile = " " & App.Path & "\restaurant.mdb"
TargetFile = " " & App.Path & "\copy"
FileCopy SourceFile, TargetFile
错误的文件名或密码
restaurant.mdb是一个数据库,我想把它备份到copy文件夹下
错误的提示如上