RYankowitz
Programmer
- Jun 13, 2000
- 27
This is a general, architectural, question...
I have an application used by multiple salespeople, each one writing orders into the database. Allowing them to see each other's orders would be a bad thing, as they are, after all, salespeople, and gunplay would likely break out if they find out how high the commissions are the others are getting.
So, each order record has a Salesperson's ID field, and each user only gets to see his own records.
The question is: Just how reliable and secure is this? I worry that after locking down the tables and forms there may still be some techniques I should apply to make it better.
Are there any resources for this type of application relating to Access you've come across?
Thanks,
Bob
I have an application used by multiple salespeople, each one writing orders into the database. Allowing them to see each other's orders would be a bad thing, as they are, after all, salespeople, and gunplay would likely break out if they find out how high the commissions are the others are getting.
So, each order record has a Salesperson's ID field, and each user only gets to see his own records.
The question is: Just how reliable and secure is this? I worry that after locking down the tables and forms there may still be some techniques I should apply to make it better.
Are there any resources for this type of application relating to Access you've come across?
Thanks,
Bob