View Single Post
  #3  
Old May 21st, 2010, 04:57 PM posted to microsoft.public.access.forms
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default "Reset" combo boxes

Me!NameOfComboBox = Null

--
Doug Steele, Microsoft Access MVP
http://www.AccessMVP.com/DJSteele
(no e-mails, please!)

"AccessKay" wrote in message
...
I have an unbound form with combo boxes used as filters for my reports.
How
can I reset the combo boxes back to blanks so the user doesn't have to
exit
the form to choose a different filter selection? Can you set up a command
button that resets them?

Thanks for any suggestions.