G
Guest
I have a form that has a toggle button on it with three selections, what I
want to do is allow the user to toggle the respective button and then type in
a textbox what he is looking for. What I need the application to do is build
a combobox listing all the possible selections from the typed text.
For example, click contractors and then type in "Smi" and the combobox
should display all the contractors with the last name Smith. How would I go
about coding the form to do that?
want to do is allow the user to toggle the respective button and then type in
a textbox what he is looking for. What I need the application to do is build
a combobox listing all the possible selections from the typed text.
For example, click contractors and then type in "Smi" and the combobox
should display all the contractors with the last name Smith. How would I go
about coding the form to do that?