I wanted to make a backup of my mdb database for client after moving to diffrent websites i did not
I wanted to make a backup of my mdb database for client after moving to diffrent websites i did not find any this made me think of one way of
API Declarations
'PATRICK KAMAU M can be reached with the following
'email address [email protected]
'I not reliable for any misuse or damage caused by the code
Rate I wanted to make a backup of my mdb database for client after moving to diffrent websites i did not
(1(1 Vote))
If MsgBox("Do you realy want to BACKUP this System Database?", vbYesNo + vbQuestion) = vbYes Then
On Error GoTo Erh
Dim mback
mback = Shell("C:\Imp\backup.bat", 1)
Else
MsgBox "Please It is always Advisable to backup on your diskete"
End If
Exit Sub
Erh:
MsgBox "Error:" & err.Description
Exit Sub
End Sub
I wanted to make a backup of my mdb database for client after moving to diffrent websites i did not Comments
No comments yet — be the first to post one!
Post a Comment