L lennyBaby New member Local time Tomorrow, 00:47 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 Today, 07:47 Joined Jan 12, 2001 Messages 32,059 Nov 15, 2005 #2 Code: Me.lstYourListBoxName.RowSource = "" Me.lstYourListBoxName.Requery