I have a table containing date fields. When I display those fields using Text boxes or Masked Edit boxes, the fields that are blank display 12/30/1899.

The dataFormat property of the text boxes is set to Date, and the format property of the Masket Edit boxes is set to "mm/dd/yyyy".

With no formatting, the blank dates display as 12:00:00 AM.

Fields that contain dates are displaying fine.

Any ideas of how to get a blank date in the table to display as a blank in a text box or Masked Edit box ?

Thanks.