L lennyBaby New member Local time Today, 17:14 Joined Nov 15, 2005 Messages 9 Nov 15, 2005 #1 I am doing a search form on a database and after the search, I have 'new search' & 'refine search' options. The list box is filled from a query and when the user selects 'new search' I want it to show nothing selected.
I am doing a search form on a database and after the search, I have 'new search' & 'refine search' options. The list box is filled from a query and when the user selects 'new search' I want it to show nothing selected.
boblarson Smeghead Local time Yesterday, 22:14 Joined Jan 12, 2001 Messages 32,053 Nov 15, 2005 #2 Code: Me.lstYourListBoxName.RowSource = "" Me.lstYourListBoxName.Requery