Outlook forms : Radio buttons value

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

Guest

Hi, I've created a simple outlook request form with text boxes, labels, check
boxes and radio buttons, all the fields display the information sent by the
sender except the radio buttons. I've tried a combination of the YES/NO
values and it still does not display. I have read the other posts but unable
to figure it out for radio buttons, please help with the Radio button value
setting.

Thanks in advance
 
BInd all the buttons in each set to the same Outlook field and give each individual button a different value -- all of this on the Value tab of the button's Properties dialog. See http://www.outlookcode.com/d/formcontrols.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Thank You ! it worked perfectly as per article.

Sue Mosher said:
BInd all the buttons in each set to the same Outlook field and give each individual button a different value -- all of this on the Value tab of the button's Properties dialog. See http://www.outlookcode.com/d/formcontrols.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top