End user doesn't receive data in form

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

Guest

I am just trying to create a real simple custom form using the Message form
where I have multiple Yes or No Radio buttons. I have group all the proper
radio buttons, but when I click on yes or no radio buttos and send it to
someone (or myself) the radio buttons are all cleared when received. Any
suggestions on what I am doing wrong would be greatly appreciated.
 
Sounds like you didn't bind the controls to an Outlook property. THus, Outlook doesn't know where to store the data. 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