In versions before Outlook 2007, Outlook has no date picker control available to programmers (which, by the way, is one reason why the first page of the appointment, journal, and task forms is not editable). See
http://www.outlookcode.com/d/datepick.htm for controls you can add.
Outlook 2007 includes its own Outlook-aware date and time picker controls for use with the new form regions feature.
FYI, there is a newsgroup specifically for Outlook forms issues "down the hall" at microsoft.public.outlook.program_forms or, via web interface, at
http://www.microsoft.com/office/comm....program_forms
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Jon" <(E-Mail Removed)> wrote in message news:462de947$0$19246$(E-Mail Removed)...
>I have a Form I have published in Outlook 2003, which is very basic. It
> contains a Subject and Category field.
>
> What I need is a Start Date field where I can click it to display a popup
> Calender, just like you see when you use the standard Task form.
>
> How can I do this?
>
> Thanks,
>
> Jon
>
>