Hi, I have a combination of text boxes (unbound) and a bound combo box which are used to search for records. These boxes are part of an overall form however after each search and then subsequent adding of a new record, the search fields are still populated with the details from the earlier search. How can I make these default to null each time my form is ready to accept a new record? I have tried code on one or two events but this clears the boxes on finding the record which I don’t need.
Thank you.