Aug 11, 2003 #1 L loyal Centurion Joined Jul 29, 2003 Messages 102 Hi all I just wonder how to make a copy of your database for example Access dataBase how to copy it from C Directory to other Directory each time the user close the application ?
Hi all I just wonder how to make a copy of your database for example Access dataBase how to copy it from C Directory to other Directory each time the user close the application ?
Aug 11, 2003 #2 D dynamic_sysop Senior Contributor Joined Oct 1, 2002 Messages 1,039 Location Ashby, Leicestershire. you mean like this?... Visual Basic: IO.File.Copy("C:\newdata.mdb", "D:\newdata.mdb")