I use MS Access 2010 with ADP to update sql database.
I wanted to partition some table using views and provide update permissions on each part to different user. Problem I have is that even when Access is set to work on a view it issues update on the source table causing "no permissions" error.
Is it possible to force Access to issue update on a view itself?