P
Peter C
I am migrating the tables for an application from Access 2003 to SQL Server
2000. The data in these tables is to be maintained by one department, but
the intent is for the rest of the company to have Read Only access. This is
being accomplished using the Window's Network logons and SQL user groups.
While testing, one of the "Read Only" users changed some data on a form...
no problem until he tried to navigate to another record, at which point the
form_error subroutine was called and he was presented with my customized
message box informing him that he was not authorized to update the data
(Response is set to acDataErrConinue). After clicking 'OK' he is then
presented with an application error message containing the following text and
Access hangs up:
ODBC--update on linked table 'tbl_Input' failed.
[Microsoft][ODBC SQL Server Driver][SQL Server]UPDATE permission denied
on object 'tbl_Input', database "Manufacturing', owner 'dbo'. (#229)
Is there anyway to ignore the attempt to change data and simply allow the
user to navigate through the records without hanging up the application?
2000. The data in these tables is to be maintained by one department, but
the intent is for the rest of the company to have Read Only access. This is
being accomplished using the Window's Network logons and SQL user groups.
While testing, one of the "Read Only" users changed some data on a form...
no problem until he tried to navigate to another record, at which point the
form_error subroutine was called and he was presented with my customized
message box informing him that he was not authorized to update the data
(Response is set to acDataErrConinue). After clicking 'OK' he is then
presented with an application error message containing the following text and
Access hangs up:
ODBC--update on linked table 'tbl_Input' failed.
[Microsoft][ODBC SQL Server Driver][SQL Server]UPDATE permission denied
on object 'tbl_Input', database "Manufacturing', owner 'dbo'. (#229)
Is there anyway to ignore the attempt to change data and simply allow the
user to navigate through the records without hanging up the application?