securing elements in forms

D

Dmitrus

Hi. I need to activate for write some controls in my form, such as checkbox,
only for some domain groups.
Please help me if it possible.
 
S

Sue Mosher [MVP-Outlook]

You would put code behind the form, in the Item_Open event handler to change
the attributes of the relevant controls. See
http://www.outlookcode.com/article.aspx?ID=38 for control syntax.

Note, however, that any such "security" will not stop a determined user who
wants to access the data. If a form needs to display data only to certain
users, consider storing that data in a different location that can be secured
at the folder level.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top