![]() |
| 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. |
|
|||||||
| Tags: changeadd, contact, fields, record, shown |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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 | |
|
|
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 |