How can I take backup of the database to flash drive. I used a Dir and Drive list box controls to select the perticular dir,
and Wrote the code,
Shell "command.com /c copy " & App.Path & "\AlkushDB.mdb " & Drive1.Drive, vbNormalFocus
but it is not working.
Now I changed my DB to SQL. I must take the backup of this sql database also. (Restore also.)
|