I'm making a database program using MS Access.....Will my program work on another computer if it does not have access???
Printable View
I'm making a database program using MS Access.....Will my program work on another computer if it does not have access???
It should work, If the another PC have all the DLL need for your program like those DAO or ADO and others related library files.
If not, then you need to create a deployment package for your application, and run the setup program on the others PC before you can run your EXE file.