I have a ODBC Linked table in Microsoft Access which is connected to sql server.
For some users the login which connect access to SQL Server has access to only one database with db_datareader role so they cannot edit any data in the tables. For other users they have db_datareader + db_datawriter role and they can edit any data.
How can I check in vba that my table is not editable in case of db_datareader logins?