Allowing some users to delete data in a field on a Card Form

FreakyFreaky Member Posts: 125
Hi Guys,
I created an employee card from a table called employee. Now on the Card i want to stop some users from deleting a particular field that contains data.How can I do that?

Thanks in advance.

Comments

  • garakgarak Member Posts: 3,263
    first you can set permission. So people who author. can modify / create / delete datas.
    If you only will deny the modification on a field. You must develop this self.
    For example in a separate table

    USERID TableID FieldID ModAllowed
    XYZ 5200 5 yes

    if there exist a rec the user can change the vaule in this field.

    But try to use before the permissions, so you must nothing develop
    Do you make it right, it works too!
Sign In or Register to comment.