Calendar Forms

  • Thread starter Thread starter Christopher S
  • Start date Start date
C

Christopher S

Hi,
When creating a Calendar form I am entering in fields
where a user can fill out information.
I was wondering how to make some of those fields drop-down
menus?
For example, if you are creating a new appointment in your
calendar the Start time and End time are drop downs. How
can I get those as drop downs in my custom form?
I also want to have the Categories button on there as well.

Any help would be great!

Thanks!
 
Outlook itself does not include any date picker control (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.

You can drag the Categories button from the Field Chooser.
 
That's great, thanks!
With respect to the Categories button, I can drag it on
but it is not a button I can press to get a list of
categories. It's just a simple text box with the
label "Categories".
I want it to be a button that can be pressed.

Is this possible?
-----Original Message-----
Outlook itself does not include any date picker control (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
 
Outlook version? The latest ones expose the button, too. Did you look under
All <item type> Fields?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
I am using Outlook 2000.
Should I have the button? I have looked under All <item
type> Fields. I still get the same thing.
What can I do?

Thanks for your help!
 
Back
Top