Good Call Log Concept?

Status
Not open for further replies.
B

BJ

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

"BJ" <BJ> wrote in message

news:299B586B-3375-4FFF-A6C5-231B192017E3@microsoft.com...
> 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 ...
 
Yes, thanks - we use 2003, 2007 versions.

Journal may be a good fit - thanks!

dBaser from back in the day ...
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.

> >

>

> "BJ" <BJ> wrote in message
> news:299B586B-3375-4FFF-A6C5-231B192017E3@microsoft.com...
> >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 ...


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

> >

>

> "BJ" <BJ> wrote in message
> news:299B586B-3375-4FFF-A6C5-231B192017E3@microsoft.com...
> >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 ...


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

"BJ" <BJ> wrote in message

news:F1B4FDAC-C73C-4437-B116-77EB03AD7BC1@microsoft.com...
> 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 ...
 
Thanks much, Ken!

I appreciate your guidance.

dBaser from back in the day ...
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.

> >

>

> "BJ" <BJ> wrote in message
> news:F1B4FDAC-C73C-4437-B116-77EB03AD7BC1@microsoft.com...
> > 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 ...


> .
>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
R Phone Call Start Date - Phone Log BCM (Business Contact Manager) 1
M Phone Log Reminder to call back BCM (Business Contact Manager) 1
P Comcast IMAP broken but their second level support said to call "the Outlook company" Using Outlook 4
R Call a Public Sub when a Flag is clicked on in the Message Preview pane Outlook VBA and Custom Forms 1
CWM030 Call me old if you want. OL 2016 font size out of the box. Using Outlook 3
F Outlook 2016 call to Stop Timer Event Outlook VBA and Custom Forms 4
C Unchecking "Send immediately when connected" does not work on apps that call Outlook Using Outlook 1
M How to call custom email form when sender = x Using Outlook 3
D Create additional custom flag descriptions (other than Send E-Mail, Call etc.) Using Outlook 1
K call a help file when click on a button xml ribbon Outlook VBA and Custom Forms 1
C OL Sub through or by Excel Macro Call Outlook VBA and Custom Forms 1
S How to call a procedure from a custom command bar in Outlook 2007 Outlook VBA and Custom Forms 1
J Outlook custom form - VBS call VBA macro Outlook VBA and Custom Forms 3
T exception when I call ActiveDocument.Range(0,0).Editors.Add(-1) Outlook VBA and Custom Forms 2
D Call add-in method from macro? Outlook VBA and Custom Forms 1
R Help, Outlook2003 won't quit after call OnDisconnection? Outlook VBA and Custom Forms 3
S Custom VBA forms in Outlook--how to call w/macro? Outlook VBA and Custom Forms 1
C How do you call a exe and interact with the output interactively Outlook VBA and Custom Forms 2
O Cannot expand the folder. The set of folders cannot be opened. You do not have permission to log on. Using Outlook 1
Diane Poremsky Use PowerShell to log into Office 365 Exchange Using Outlook 0
P Log of Rules that ran Outlook VBA and Custom Forms 3
Diane Poremsky Log Messages and Attachment Names Using Outlook 2
R Exchange - Locating a user that has log files but is not found using powershell Exchange Server Administration 1
B Exchange 2010 / Outlook 20070 "client error in synchronization log" Exchange Server Administration 1
C can't log chats in outlook? Using Outlook 1
M Messaged sent time in outlook differ from exchange log Using Outlook 2
Fozzie Bear Outlook 2010 wont remember Exchange Credentials on log off /shutdown of Win7 Exchange Server Administration 2
A How do I change the date created for a phone log BCM (Business Contact Manager) 1
S Outlok 2007 add-in PJ Correspondence Log-How do I get it loaded? Using Outlook 7
L Re: Sharing database in network where computers have the same log- BCM (Business Contact Manager) 1

Similar threads

Back
Top