When I type into a search box (textbox) my list box will update due to the following criteria within my listbox query;
Like "" & [Forms]![UptimeAARecord]![txtSearchItems].[text] & ""
The list box updates from a OnChange event which the listbox as the user types into the "search" textbox. Everything is working perfectly, however I would like to know how can I make my code select the very top value upon this same OnChange event?