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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top