i wanna to backup an access database using vb.
if my database without password i can use
Filecopy "database.mdb", "D:\myback. mdb"
but if my database with password, it can't work, and the message is
Permission Denied
can anyone help me,
thanks
if my database without password i can use
Filecopy "database.mdb", "D:\myback. mdb"
but if my database with password, it can't work, and the message is
Permission Denied
can anyone help me,
thanks
Comment