Hi,
Scenario: I have 10 fields in a table. The FIELD2 is a drop down and can have two values CREDIT or CASH.
//Questions
1. How can I make sure that only 2-3 special users can change FIELD2? These 2-3 users should be able to change all 10 fields.
//All users do not include 2-3 special users.
2. If FIELD2 is CREDIT then only FIELD8 and FIELD9 are editable by all users. Other fields should be uneditable for all users.
3. If FIELD2 is CASH then only FIELD5, FIELD6, FIELD7 and FIELD9 are editable by all users. Other fields should be uneditable for all users.
Thanks,
Umair
*This post is locked for comments