calendar form

P

Patrick

Hi,
is it possible to create a custom calendar form which is actively linked to
a contact?

I.e. i have a department contact and calendar in a public exchange folder.
With the custom calendar form i wish to schedule an appointment with a
client who is selected from the department contacts.
After having selected this client, on the custom form, i want to see the
contacts company name and address (and probably some more stuff) and more
importantly the "notes" field (from the contact), as i use this field to add
meeting notes.

In addition i would like to introduce a custom drop down which i could use
to select the status of the meeting (i.e. requested, accepted, declined).

Any sugestions please?

Thanks
Patrick
 
G

Guest

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?
 
S

Sue Mosher [MVP-Outlook]

Actually, VBScript, not VBA is the language that custom forms use.

--
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