I have a search form that I would like to add a feature to. The search form has a textbox that queries the results of the search form. Upon close I would like to save the value of this textbox. Then I want to add a 5 line listbox to the search form that can display the 5 most recently searched for items. Example, I search for "paper" then close the form when I open it back up I see "paper" in the list box and I need this list to keep the last 5 search text strings. I am not very good at vba but I do understand some. thank you for your help.