Second birthday field for spouse

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I created a custom field to track the spouse's birthday. How can I automate
sending the spouse's birthday to the calender?
 
You would have to put code behind the form to create a new appointment (Application.CreateItem), populate its properties and save it. Use the Item_Write event handler.
 
Thanks Sue. Can you point me where I can find the specific instructions for
adding the code to the form? BTW, I am using Outlook 2003.
 
Sue,

In your book, you provide code to caluclate the accurate age in years for
a given birthday. I don't know how to deploy that script. I clicked on the
[Show Script] and put it in there.. but that doesn't seem to work. Guidance?

C
 
Will, given that I have a couple of books out there, a page reference and a little more detail about the context of your project would be helpful.

ALso, when you bring up a new topic, it's better to start your own thread than piggyback on someone else's.
 
Back
Top