Sorry, what does this link have to do with an .exe file? Access runtime allows you to distribute the database as a mdb or an mde without the user needing a full version of Access, but it's not an .exe.
Thanks, but I need a bit more clarification. If I create an mde file does & if I store the database on a shared drive then will a user be able to modify the tables directly?
Thanks, but I need a bit more clarification. If I create an mde file does & if I store the database on a shared drive then will a user be able to modify the tables directly?
Typically, you would split the database into a back end and front end. The data would be in the back end to which you wouldn't allow users access. The front end mde would contain the forms, code etc. The users will be able to do only what you let them. Entering data and reporting on it is fine, modifying table structures would not be.