I have a split database and I would like to allow two levels of security to the users as they access a single set of tables on a network drive (the front-end db is resident on each individual's local PC).
Through the user interface I can disallow the one set of users from changing information where they shouldn't, but how can I prevent them from using Windows Explorer and simply opening the back-end data file and getting direct access to the data?
When I apply security to the back-end database, my queries bounce when I log in as the less-secure user. I am currently trying to dynamically re-link the tables by deleting the previous links and re-creating the table defs. This is suggested in an article from the Smart Access newsletter as a way to circumvent security through code. But I'm getting an invalid parameter error when I run the ' db.tabledefs.append TD1 ' line of code. (I've copied several code snippets verbatim -- bang head here).
Assigning a database password has failed me as well. Is there a simpler solution out there, or even some insight.
most grateful,
paradiso
Through the user interface I can disallow the one set of users from changing information where they shouldn't, but how can I prevent them from using Windows Explorer and simply opening the back-end data file and getting direct access to the data?
When I apply security to the back-end database, my queries bounce when I log in as the less-secure user. I am currently trying to dynamically re-link the tables by deleting the previous links and re-creating the table defs. This is suggested in an article from the Smart Access newsletter as a way to circumvent security through code. But I'm getting an invalid parameter error when I run the ' db.tabledefs.append TD1 ' line of code. (I've copied several code snippets verbatim -- bang head here).
Assigning a database password has failed me as well. Is there a simpler solution out there, or even some insight.
most grateful,
paradiso