![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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? |
#3
|
|||
|
|||
![]()
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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calendar will not let me have form for new appointment. | Michael Greene | Outlook - Calandaring | 4 | September 22nd 07 06:16 PM |
Calendar Form not working? | Tim Ryan | Outlook - Calandaring | 1 | August 15th 06 05:10 PM |
Where do I get the form to use my calendar | Janet | Outlook - Calandaring | 1 | August 4th 06 09:25 PM |
Calendar Form Customization Help | mbe | Outlook and VBA | 0 | July 18th 06 10:56 PM |
Adding a form to Calendar | Momarazzi | Outlook - Calandaring | 0 | July 5th 06 08:22 PM |