I'm trying to figure out how to secure my backend Access database. The backend database stores all the tables I use in my frontend database application. I need to figure out a way to secure my backend DB so that my frontend application can always link to the tables (regardless of who's logged into my frontend DB), but noone (except me) can access the tables in any other way (either by opening the DB directly, or trying to import or link to them from another DB). Anyone got any ideas? I tried to setup password security on the backend DB, but that kept my frontend application from being able to link to the tables, since I didn't know how to set up my frontend app to pass the password to the backend so that it can still link to the tables.
Any help will be much appreciated!
Any help will be much appreciated!