i have a form that has one textbox called "Street_Name" and a list box called "lstAddresses". I want to be able to type a street name in the text box (and also filter it, eg. when i type in "Ro" or "Rose" it would bring up all streets with those letters like "Rosewood" and list all the streets with those values in the list box. Lastly, I need a click event that will allow me to choose one of the streets and copy it to a text box on another form.