Hi,
I have a data entry form that opens to a new record.
<code>DoCmd.GoToRecord acActiveDataObject, , acNewRec</code>
I would like to clear all the controls on the new record (that is make sure they are null) while not deleting any data on other records.
Is there a way to do that?