I want to copy a microsoft access database (xxx.mdb)
when I write the code
FileCopy ("C:\PAPER4\db1 .mdb"), Lblpath.Caption & "\paper4.md b"
, It displays "run-time error 70 , Permission denied "
What do I do in order not to have this error, please help!
when I write the code
FileCopy ("C:\PAPER4\db1 .mdb"), Lblpath.Caption & "\paper4.md b"
, It displays "run-time error 70 , Permission denied "
What do I do in order not to have this error, please help!
Comment