Actually, VBScript, not VBA is the language that custom forms use.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"David Tongeman" wrote in message ...
Patrick, you will need to use VBA behind your form (which you probably knew).
Selecting the contact to link top can either be done by populating a
dropdown box with a list of clients, or by selecting the contact from the
folder. You might be better to add a button to the contact form to (add
linked appointment) which would negate the need to find the contact.
Once you have the contact and the new appointment item you can add the
item.companyname, item.businessaddress, item.body fields to the appointment
item body.
How is your VBA?