Stop editing for a field (on Form level)

Hi,

I have a scenario:

I have Form A and Form B linked to the same table

User A has access to Form A and he CAN EDIT all Fields except Field F1.

User B has access to Form B and he can ONLY EDIT Field F1 all other fields are VIEW ONLY.

Please tell me where shall I place the code so that I can achieve the above

Regards

Thomas

you can create security’s for the users (if want a particular user should not be able to edit that) and and if you want the field as non editable for all the users you can go to particular properties and set editable as “NO” or in the data source field you can write the code and bring the field and set editable properties as false…