That worked, is it possible to have a message pop up if the user chose "NO"
for the option button. For example, if the question asked if all documents
were submitted and the user said NO, then a message would pop up saying
"submission with missing document will not be processed"
Thanks
"Sue Mosher [MVP-Outlook]" wrote:
Use options buttons instead of check boxes; see http://www.outlookcode.com/d/formcontrols.htm
--
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
"BD" wrote in message ...
The form asks if all required documents are submitted and provides Yes and
No check boxes for the user to fill. The way it is set up right now is that
the user can accidentally or intentionally check both boxes. I would like the
user to be able to only check one of the boxes, either Yes or No. Any
suggestions on how I could do this?