add a field like "anniversary" in contact form

A

andrpex

Hi all,
I need to add a data field in the first page of the contact form.
How can I add a data picker?
How can I add this date to my calendar as a reminder??? (like the
anniversary does, but just once, not every year).
Thanks,
Andrea
 
S

Sue Mosher [MVP-Outlook]

At a minimum, you'd need to include code in the Item_Write event handler on your form to create the new appointment with Application.CreateItem, then set properties, and save.

For date pickers, see http://www.outlookcode.com/d/datepick.htm

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top