Hi,

I need some help on where to start for this small issue. When a user opens a Contact from Outlook, a form appears with the Contact information. Is there way to add a field to the Contact form? I would like to add a combobox containing information from my registry that I have stored for my Access application. I noticed you can add custom fields with their corresponding values, but I want to add a field on the "General" tab of the Contacts form. This needs to be done in VBA code.

Where do I start? I know that I can look through each of the contact items already in the contacts folder and add a field, but i want each *new* contact item to contain the new field. Do I add an event for contact_form_open or something? Can i edit the contact item class?

As always, any and all help is allllllways appreciated!!

(Office Version info: Office 2003 - 11.8010.6568 - SP2)

Thanks!