I have developed an Access Project with SQL Server as a backend, using NT Windows Security. I have created views to limit the columns and rows that my users can access and update. According to Microsoft, no permissions on the underlying tables are necessary in order for users to be able to select, update, etc. the records in the views. This works fine if I'm updating via a T-SQL statement. However, if I open the view in Project, the user cannot do anything except select the record. I have looked on the Microsoft site and their information on Access Project states that the user needs update, insert and delete permission on the underlying table. I tried that, with the same result. The only way my users can update and/or insert the view through Project is if I give them select permission on the underlying table, which completely defeats the purpose. Can someone tell me if I'm missing something here?