A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Contacts
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , , ,

How to change/add fields shown in Contact Record





 
 
Thread Tools Display Modes
  #1  
Old January 19th 07, 04:25 AM posted to microsoft.public.outlook.contacts
Jonathan
external usenet poster
 
Posts: 26
Default How to change/add fields shown in Contact Record

I have some information in fields that do not show in Outlook2007's default
data record view of contact info.

How can I get those to show in the remaining screen space in that interface?
I know about the "All fields" view, where I have to specify which "set " of
fields I want to see, but there must be a way to add more to the usual
Contact Record view. I have looked at length in the Help files.

In some of the fields, like my Categories, the consistency of data is very
important so I wanted to make drop down lists. I can see and enter category
info in the All Fields view but there is no data format control, so one slip
and that field may never be found.

Jonathan Rawle
Ads
  #2  
Old January 19th 07, 05:00 AM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How to change/add fields shown in Contact Record

You would need to customize the contact form itself; see:

http://www.outlookcode.com/d/forms.htm
http://www.outlookcode.com/d/contactform.htm
http://www.outlookcode.com/d/newdefaultform.htm.

Or create one or more form regions instead of a legacy custom form. Help topic HV10038633, "Walkthrough: Add a Form Region to an Existing Page on a Form."
--
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

"Jonathan" jonathan7zerozero7(use numbers) at yahew dot usual domain wrote in message ...
I have some information in fields that do not show in Outlook2007's default
data record view of contact info.

How can I get those to show in the remaining screen space in that interface?
I know about the "All fields" view, where I have to specify which "set " of
fields I want to see, but there must be a way to add more to the usual
Contact Record view. I have looked at length in the Help files.

In some of the fields, like my Categories, the consistency of data is very
important so I wanted to make drop down lists. I can see and enter category
info in the All Fields view but there is no data format control, so one slip
and that field may never be found.

Jonathan Rawle

  #3  
Old January 19th 07, 09:33 PM posted to microsoft.public.outlook.contacts
Jonathan
external usenet poster
 
Posts: 26
Default How to change/add fields shown in Contact Record

Thanks. I didn't search on the term "region". I used a lot of variations on
"fields". The Help files don't have enough detail or are hard to predict
(for me, anyway) in use of the search mechanism. I'll get there. Looks like I
have some learning to do.

Jonathan Rawle

"Sue Mosher [MVP-Outlook]" wrote:

You would need to customize the contact form itself; see:

http://www.outlookcode.com/d/forms.htm
http://www.outlookcode.com/d/contactform.htm
http://www.outlookcode.com/d/newdefaultform.htm.

Or create one or more form regions instead of a legacy custom form. Help topic HV10038633, "Walkthrough: Add a Form Region to an Existing Page on a Form."
--
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

"Jonathan" jonathan7zerozero7(use numbers) at yahew dot usual domain wrote in message ...
I have some information in fields that do not show in Outlook2007's default
data record view of contact info.

How can I get those to show in the remaining screen space in that interface?
I know about the "All fields" view, where I have to specify which "set " of
fields I want to see, but there must be a way to add more to the usual
Contact Record view. I have looked at length in the Help files.

In some of the fields, like my Categories, the consistency of data is very
important so I wanted to make drop down lists. I can see and enter category
info in the All Fields view but there is no data format control, so one slip
and that field may never be found.

Jonathan Rawle


  #4  
Old July 26th 07, 03:50 PM posted to microsoft.public.outlook.contacts
philr
external usenet poster
 
Posts: 9
Default How to change/add fields shown in Contact Record

Dear Ms. Mosher,
I've read through your linked notes here and don't think I want to change
the Contact Form itself. What I would like to do is add prompts in the Note
field so that when a user creates a new contact the prompt will force the
user to remember to enter, in our case, the patient's medical record number
and diagnosis code(s). The prompts could look like
MRN:
DX:

Also, I made a trial import of pt information previously saved in Excel. I
mapped Date of Birth (Excel) to Birthday (Outlook) in the Mapping Dialog box
but it didn't show up. Is there something else I need to do?

http://www.outlookcode.com/d/forms.htm
http://www.outlookcode.com/d/contactform.htm
http://www.outlookcode.com/d/newdefaultform.htm.


Thank you,
philr
  #5  
Old July 26th 07, 04:03 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How to change/add fields shown in Contact Record

Create a new contact with the prompts you want in the body of the item, then publish that contact as your custom form, make it the default, etc.

I'd suggest that you post your import mapping issue in a new thread as it doesn't sound related to your question about form design. Note that importing always uses the standard form, not a custom form.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"philr" wrote in message ...
Dear Ms. Mosher,
I've read through your linked notes here and don't think I want to change
the Contact Form itself. What I would like to do is add prompts in the Note
field so that when a user creates a new contact the prompt will force the
user to remember to enter, in our case, the patient's medical record number
and diagnosis code(s). The prompts could look like
MRN:
DX:

Also, I made a trial import of pt information previously saved in Excel. I
mapped Date of Birth (Excel) to Birthday (Outlook) in the Mapping Dialog box
but it didn't show up. Is there something else I need to do?

http://www.outlookcode.com/d/forms.htm
http://www.outlookcode.com/d/contactform.htm
http://www.outlookcode.com/d/newdefaultform.htm.


Thank you,
philr

  #6  
Old July 27th 07, 02:46 AM posted to microsoft.public.outlook.contacts
Karl Timmermans
external usenet poster
 
Posts: 501
Default How to change/add fields shown in Contact Record

Just something to think about........ if you create a new custom form with
"code behind the form" (i.e. something that gets automatically triggered to
display prompts when a new contact is created as you described), chances are
real good that you won't be able to import any data since whatever import
program you use will not be able to answer those prompts automatically.

Karl
__________________________________________________ _
Karl Timmermans - The Claxton Group
ContactGenie - Importer 1.3 / DataPorter 2.0 / Exporter
"Power contact importers/exporters for MS Outlook '2000/2007"
http://www.contactgenie.com



"philr" wrote in message
...
Dear Ms. Mosher,
I've read through your linked notes here and don't think I want to change
the Contact Form itself. What I would like to do is add prompts in the
Note
field so that when a user creates a new contact the prompt will force the
user to remember to enter, in our case, the patient's medical record
number
and diagnosis code(s). The prompts could look like
MRN:
DX:

Also, I made a trial import of pt information previously saved in Excel. I
mapped Date of Birth (Excel) to Birthday (Outlook) in the Mapping Dialog
box
but it didn't show up. Is there something else I need to do?

http://www.outlookcode.com/d/forms.htm
http://www.outlookcode.com/d/contactform.htm
http://www.outlookcode.com/d/newdefaultform.htm.


Thank you,
philr



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What do I need to change to add a contact while offline? Spin Outlook - General Queries 1 July 24th 06 04:46 PM
Outlook Add In is not shown for 1 user... Pieter Coucke Outlook and VBA 3 May 9th 06 03:54 PM
How do I add additional email fields to an Outlook contact beyond. Biby Outlook - Using Contacts 1 April 5th 06 04:48 AM
How to add more than one Name to same contact record in Outlook? Gian Outlook - Using Contacts 1 March 30th 06 08:29 PM
change default font size in contact record template, "note area" Doug Allred Outlook - General Queries 1 March 15th 06 07:09 AM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2009 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Long Island Families - Myspace Graphics - Bankruptcy - Credit Cards - Credit Card Consolidation