Restrict data in Outlook 2000 form to certain users, How?

C

CathyM

I have a form in Outlook 2000, I would like to restrict users to a certain
few who may enter data in a field. How do I write a formula to accomplish
this?
 
S

Sue Mosher [MVP-Outlook]

No formula can do something that complex. You'd need to use code behind the
form to determine who the current user is and then act accordingly. You can
get the user name from the parent folder of the Inbox.
 
Top