You would need to put code in the form's Open event handler to check that the current user is a member of that group. That, of course, won't prevent other people from knowing the form exists. You can't hide a specific form like that.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Rachel Weseman" wrote in message ...
I have a custom form published to the Organizational Forms Library in
Exchange 2003. I want to lock down that form. I would like to be able to
lock it down so that only users in a specific group can see the form, or open
the form.
Is this possible, and how?