Private Sub create_Click()
If MsgBox("Backup file does not exist. Do you want to create it?", vbYesNo, "Update Confirmation") = vbYes Then
MkDir "C:\backup.accdb"
End If
End Sub
can anyone, help me to create a file named backup.accdb and not a directory.
thanks

New Topic/Question
Reply



MultiQuote




|