heelo,
i have a combobox,button in form1. a listbox in form2. the listbox and combobox r populated iwth customernames. now, if itype a string or char in my combobox say 'l' then it
should display all customernames starting with 'l'in the listbox . how do i go about it?