I know that this has been a subject here before, but I could not find a solution applicable to me - I have a DB where 1 person enters records. I then have users on a network who are linked to the table. The form gets its record from a single combo box entry - easy enough. Because the "user" needs only to lookup a street name in the combo box and view the record, I have a button called "search" that requeries the form and "clears/resets" the combo box(txtcombobox=null). To minimize confusion, I would also like to "clear" the form fields before the new street is selected. I don't need a new record because the user will not be editing/adding anything. I'm fairly new at this and have limited VB skills but am willing to try any suggestions. Thanks in advance - David