I am using MS Access as a front end to a SQL 2000 (Soon to be 2008) back end. Is there a simple way for me to check if the current logged in user has read/write access to a table.
I secure the back end tables with Windows Integrated security. Currently we are small so users do not usually try to enter data into forms that are not their job, but now that we are expanding and people are trying to pass off some of their work to people who should not be doing it I would like to avoid the users getting the SQL Error at the end when they go to save the record.
I know I should think about developing the security table showing the forms users have access to, but I need some time to map out a plan for that. I am hoping I can just check if the users has Read or RW access.
I secure the back end tables with Windows Integrated security. Currently we are small so users do not usually try to enter data into forms that are not their job, but now that we are expanding and people are trying to pass off some of their work to people who should not be doing it I would like to avoid the users getting the SQL Error at the end when they go to save the record.
I know I should think about developing the security table showing the forms users have access to, but I need some time to map out a plan for that. I am hoping I can just check if the users has Read or RW access.