View Single Post
  #1  
Old September 21st 07, 06:41 PM posted to microsoft.public.outlook.program_forms
Cass
external usenet poster
 
Posts: 31
Default FileAs Custom Property

I am creating a custom form with custom fields in outlook 2003.

The form that I am creating is a custom contact form. I want each
customer thats listed in this contact folder to be filed by the custom
fields that I created, Utility & CityState.

To do this i've tried adding the following formula to the form code:

Sub Item_FileAs
Item.FileAs = Item.Utility &vbcrlf " (" & Item.CityState & ")"
End Sub

To Display...
"Utilty
City State"
....In the gray area for the File As.

When I try to run the form, the form displayes this "9/21/2007 8:00:00
AM". Can someone help me figure out what's going on.

Ads