Outlook itself comes with no such control. See
http://www.outlookcode.com/d/datepick.htm for controls you can add. The one
you're using, I suspect, is the one in the MSCOMCT2.OCX file. You may need
to use VB to create a setup file for this set of controls. Or use the one
from
http://www.ascentive.com/support/new/support_dll.phtml?dllname=MSCOMCT2.OCX

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> The properties of the control call it a 'DTPicker'. I placed it in a
> custom
[quoted text clipped - 37 lines]
>> >> > Thanks in Advance,
>> >> > Jeff
Sue,
Sorry, I'm new to this stuff. I thought that if I look under properties of
the control that I would be able to see the control name. Can I ask how I
might be able to get that information?
Thanks,
Jeff
> Outlook itself comes with no such control. See
> http://www.outlookcode.com/d/datepick.htm for controls you can add. The one
> you're using, I suspect, is the one in the MSCOMCT2.OCX file. You may need
> to use VB to create a setup file for this set of controls. Or use the one
> from
http://www.ascentive.com/support/new/support_dll.phtml?dllname=MSCOMCT2.OCX
> > The properties of the control call it a 'DTPicker'. I placed it in a
> > custom
[quoted text clipped - 37 lines]
> >> >> > Thanks in Advance,
> >> >> > Jeff
Sue Mosher [MVP-Outlook] - 04 Oct 2004 21:37 GMT
Open the VBA environment and look in Tools | References. Controls that are
added to the custom form control toolbox also seem to get added to the VBA
control toolbox, so it might show up there.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Sue,
>
[quoted text clipped - 63 lines]
>> >> >> > Thanks in Advance,
>> >> >> > Jeff