I have a TextBox linked to a field in a database which is a date field. When the record is first accessed the value is null. When I change the value to a valid date it is fine. However, when I try and change it back to a blank value

me.text1.text = ""

it gives me a data integrity error.

Any Ideas???