There is no such built-in security. You'd have to build your own scheme into the code behind the form. For example, you can check Application.Session.CurrentUser and, based on the result, call Item.GetInspector.ShowFormPage to show a particular page.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"HappyOne" wrote in message ...
When designing a outlook form, is there a way to hide certain tabs from
certain users? Or is there another way to do this? I am new to designing in
outlook so any help is greatly appreciated.
Thanks.