I have a form to be used for data entry. In the table there are 3 date fields. Date Record was created. The Date the member was called and the Date of the appointment. The last 2 dates are null un the table until the user enters the data. I use date picker controls on the form for Data entry. However, everytime the user goes to a new record in the form an error is generated because those 2 date fields are null. I don't want the checkbox to display I've set the default to now() but I still get the error message. I tried taking the control Source field out and updating it after the control is updated but the update method never runs even if the date picker is changed. I'm using Access 2000 and I'm stumped. Any help would be appreciated.