View Single Post
  #2  
Old November 16th 06, 08:43 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Setting a date/time field to 'NULL'

#1/1/4501# is the date that Outlook stores when the user sees "None." Displaying nothing at all is not an option.

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

"dch3" wrote in message news
I have several date/time fields on a custom form (all tied to user-defined
fields). I would like the field to display nothing when a new item is
created. Currently, the default values for the TEXT and VALUE properties when
I added the fields was 'NONE' which displays when a new item is created. If I
delete the value or change it to a non-date/time (eg a zero-length string or
''), I get an error message indicating that a date/time must be selected.

What value should I enter in the TEXT/VALUE properties so that nothing is
displayed in the fields when a new item is created using the form?

Ads