Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. awiklendt

    Narrowing records as you type each letter in

    that is a MASSIVE amount of code for what should be a really simple thing. i use the ChangeEvent on a textbox to filter a query-based listbox all the time. here is the code i use: On Change of textbox that i'm typing in my text (txtSearchText) Private Sub txtSearchText_Change() Dim...

Part and Inventory Search

Back
Top