Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   Good Call Log Concept? (http://www.outlookbanter.com/outlook-vba/99760-good-call-log-concept.html)

BJ February 3rd 10 02:38 PM

Good Call Log Concept?
 
I need to have a call log of all phone calls, and I want to link both Outlook
Contacts and Calendar events, but I don't need it for every call record. I'm
not sure which way to go - create database and forms in Access and link, or
work within Outlook. Can a combination of task and calendar items work?

Thanks!
BJ
--
dBaser from back in the day ...

Ken Slovak - [MVP - Outlook] February 3rd 10 03:08 PM

Good Call Log Concept?
 
When you post any programming questions you generally need to post the
Outlook version.

Take a look at journal items. They have a type for phone calls and a timer
to time events and activities. You can link to contacts in the Contacts box
(Links collection) and you can add an item such as an appointment to a
journal item.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"BJ" wrote in message
...
I need to have a call log of all phone calls, and I want to link both
Outlook
Contacts and Calendar events, but I don't need it for every call record.
I'm
not sure which way to go - create database and forms in Access and link,
or
work within Outlook. Can a combination of task and calendar items work?

Thanks!
BJ
--
dBaser from back in the day ...



BJ February 3rd 10 04:28 PM

Good Call Log Concept?
 
Yes, thanks - we use 2003, 2007 versions.
Journal may be a good fit - thanks!

--
dBaser from back in the day ...


"Ken Slovak - [MVP - Outlook]" wrote:

When you post any programming questions you generally need to post the
Outlook version.

Take a look at journal items. They have a type for phone calls and a timer
to time events and activities. You can link to contacts in the Contacts box
(Links collection) and you can add an item such as an appointment to a
journal item.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"BJ" wrote in message
...
I need to have a call log of all phone calls, and I want to link both
Outlook
Contacts and Calendar events, but I don't need it for every call record.
I'm
not sure which way to go - create database and forms in Access and link,
or
work within Outlook. Can a combination of task and calendar items work?

Thanks!
BJ
--
dBaser from back in the day ...


.


BJ February 3rd 10 05:23 PM

Good Call Log Concept?
 
Another question for you on this subject -
How would I best design a form combining Journal, Calendar, and Contact
properties? I think this would answer my needs, if there is an option to add
new calendar and contact info.

Thanks.
--
dBaser from back in the day ...


"Ken Slovak - [MVP - Outlook]" wrote:

When you post any programming questions you generally need to post the
Outlook version.

Take a look at journal items. They have a type for phone calls and a timer
to time events and activities. You can link to contacts in the Contacts box
(Links collection) and you can add an item such as an appointment to a
journal item.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"BJ" wrote in message
...
I need to have a call log of all phone calls, and I want to link both
Outlook
Contacts and Calendar events, but I don't need it for every call record.
I'm
not sure which way to go - create database and forms in Access and link,
or
work within Outlook. Can a combination of task and calendar items work?

Thanks!
BJ
--
dBaser from back in the day ...


.


Ken Slovak - [MVP - Outlook] February 3rd 10 07:54 PM

Good Call Log Concept?
 
The answer is you don't.

Each type is a different form and MessageClass based on a different MAPI
type: IPM.Note (mail), IPM.Contact, IPM.Appointment, etc. Each type can only
host related properties. So if you expect to add appointment properties to a
journal or contact item forget it.

You can add text fields to a form where the data isn't native, but other
types of fields may or may not work.

I would do 2 things. First, review the forms information at
www.outlookcode.com to get the basics of form design and review the forms
material in Sue's book. Second. post forms design questions in the
appropriate group, in this case microsoft.public.outlook.program_forms.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"BJ" wrote in message
...
Another question for you on this subject -
How would I best design a form combining Journal, Calendar, and Contact
properties? I think this would answer my needs, if there is an option to
add
new calendar and contact info.

Thanks.
--
dBaser from back in the day ...



BJ February 4th 10 09:51 PM

Good Call Log Concept?
 
Thanks much, Ken!
I appreciate your guidance.
--
dBaser from back in the day ...


"Ken Slovak - [MVP - Outlook]" wrote:

The answer is you don't.

Each type is a different form and MessageClass based on a different MAPI
type: IPM.Note (mail), IPM.Contact, IPM.Appointment, etc. Each type can only
host related properties. So if you expect to add appointment properties to a
journal or contact item forget it.

You can add text fields to a form where the data isn't native, but other
types of fields may or may not work.

I would do 2 things. First, review the forms information at
www.outlookcode.com to get the basics of form design and review the forms
material in Sue's book. Second. post forms design questions in the
appropriate group, in this case microsoft.public.outlook.program_forms.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"BJ" wrote in message
...
Another question for you on this subject -
How would I best design a form combining Journal, Calendar, and Contact
properties? I think this would answer my needs, if there is an option to
add
new calendar and contact info.

Thanks.
--
dBaser from back in the day ...


.



All times are GMT +1. The time now is 09:05 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com