Printing a Dropdown's custom entries

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

Guest

When printing my custom form, instead of the printout showing the item
selected in the dropdown box, (3 custom choices keyed in the properties of
the dropdown box) it shows either 0 or 1. What is the proper formating of
the dropdown box for the printout to show the custom item selected I created?
(sorry if posted into the wrong form)

Thanks
 
Sounds like the property bound to that drop-down is a Yes/No property, not a text property.

Beyond that, see http://www.outlookcode.com/d/customprint.htm for various solutions to the limitation that Outlook forms don't support WYSIWYG printing. The Word template technique is the most flexible and highly recommended.

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

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