Check boxes in custom forms

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

Guest

I have created a custom form with a list of items w/check boxes that a user
can check if applicable. However, when I send the form in an email, no checks
show up in the boxes. Can someone help me? Thanks in advance!
 
I have created a custom form with a list of items w/check boxes that a user
can check if applicable. However, when I send the form in an email, no checks
show up in the boxes. Can someone help me? Thanks in advance!
See the following pages:

Syntax for Microsoft Outlook property and control values and events 5/11/2007
Correct syntax for accessing Microsoft Outlook property and control values and
writing events that respond to changes in properties or control values
http://www.outlookcode.com/archive0/d/propsyntax.htm - 32 KB


Controls on Microsoft Outlook Custom Forms 5/11/2007
Tips, tricks and other resources for using controls on Microsoft Outlook forms
http://www.outlookcode.com/archive0/d/formcontrols.htm - 36 KB


Customizing Microsoft Outlook Contact Forms 5/11/2007
Quirks, limitations, samples and other resources for designing custom Contact
forms for Microsoft Outlook
http://www.outlookcode.com/archive0/d/contactform.htm - 30 KB
 
Did you bind each check box to a custom Yes/No field? Publish the form to the Organizational Forms library? Both are necessary to make such a form work.
 
No, and I'm not sure how to do that. I'll see what I can find in my help
section for this. Thanks for responding.
 
In design mode, right-click each check box that you've already added and choose Properties. Go to the Values tab of the Properties dialog and at the top, either select an existing yes/no field to associate with the check box or create a new one.

To publish the form, choose Tools | Forms | Publish Form.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
Thank you so very much! THAT is an answer my poor brain can understand. Have
a great day.
 
Back
Top