Hi everybody...
How can I lock specific fields from being edited?
I'm using MS Access 2007 for making the back-end, and I can use the same software of MS SQL Server 2005 as a back-end depending on whether I need it or not...
As I know, I can look a specific column in SQL Server by modifying the permissions on that column, and I can lock rows by using simple views
But, how can I lock specific rows only?