Hi all,

I'm pretty new to VB. I'm taking my first BV course at my university and I'm having trouble tryin to figure something out.

Here's the problem:
I have a combo box (cboAddresses) with email addresses and a text box(txtDomainSearch). Domain names entered in the txtDomainName need to search the items in cboAddresses by using a For/Next loop and the matches(if there are any) will be displayed in a message box. But I can not get the search to work.

Its frustrating because i know someone else would be able to do this in 2 minutes and I've been spending hours. I thought this was pretty simple and i know it is, but i just cant figure it out. can anyone help??