I have a form that allows the user to enter data into it to update a database. If the user selects the wrong record, I would like to be able to correct the error by inserting null values in their place. For example, the user selects a record and enters the date some material was received, then save the date by updating the record. Later it is discovered that the wrong record was updated. I want to blank out the date of the original error. I'm using the cdate function to update the database, but I don't know how to store a null value in its place. I'm a relative newbie and appreciate any help I can get. Thanks and Regards!