filtering listbox while typing in a textbox

  • Thread starter Thread starter Mario M
  • Start date Start date
M

Mario M

Hi there ,

I have a form with a textbox called "TxtSearchCustomer" and a listbox called
"lstCustomers"

I already found out how to filter the data when i typed some value in a
textbox but this in the afterupdate event. this means the data will be
available after the textbox has lost focus.
Is there a way to filter the listbox while typing into the textbox and reset
the listbox when the textbox is empty ?

many thanks
Mario
 
Back
Top