What is the easiest way to clear a form? I have a form with a search box. The search button runs a macro to pull in the information that fills out the form. If you do another search, I would like the form to clear before the search is made. I've tried the "setvalue" function of the macro to set all boxes to null before I run the search part of the macro, but I get " the primary key cannot be null" message. Any ideas??