No it is not. What should it be connected to? Thanks
Main Topics
Browse All TopicsWe are building a custom outlook Form. When I copy the standard Start Date and End Date combo boxes from the appointment tab to my custom form, the dates don't appear in the dropdown. What property do I need to set in the combo box to make the date values appear just like the default? Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Whatever Outlook field you want it connected to. Controls are purely visual. They display data on the screen and accept input. They do not store data. Data is stored in fields/properties of an Outlook item. Each Outlook item (i.e. message, appointment, contact, etc.) has certain built-in fields. You can add your own custom fields to what's already there. For a control to be of any use it has to be connected to some field. The field it's connected to is determined by the person creating the form based on what the form needs to do. If you want the control to be connected to an existing Outlook field, then there is a complete list of all the fields available by item type in the online help. If you want to create a new field, then in the control's property sheet, on the Value tab, click the New button next to the Choose Field pulldown and create a new field.
Business Accounts
Answer for Membership
by: BlueDevilFanPosted on 2008-10-31 at 05:14:20ID: 22849260
Hi, quizzer.
Right-click on the combobox and select properties. Click the Value tab. Is the control connected to a field in the underlying item?