Quote Originally Posted by Al42
If the problem is that the database doesn't allow null inputs for that field, you'll have to change that in the database (if you really want to allow null date entries).
In the database it is like the following:

Required - No
Indexed - No

Though I am getting error when any textbox has null value.

Seema_S