I have an application with a MS Access 2000 frontend and a SQL Server 7.0, NT 4 for a back end.
My application uses 24 tables. I need to setup security so that the users can only modify or add the records(rows) they add to the tables. I don't want them to be able to change someone else's record.
Is the only way to do this through stored procedures?
Or is there a better way?
My application uses 24 tables. I need to setup security so that the users can only modify or add the records(rows) they add to the tables. I don't want them to be able to change someone else's record.
Is the only way to do this through stored procedures?
Or is there a better way?