Greetings folks!

Posted this in the XML forum but didn't have any luck. I thought I would try here:

Greetings!

I'm in the beginning stages of putting together a little app for our intranet that will allow users to get various pieces of information on CPT (medical procedure codes). This is it in its current state:

Here

It pulls its data from an XML file. This is just a test file. Eventually, there will be quite a few more codes in the XML file.

What I would like to be able to do is implement a search feature that will make it easier to navigate to the desired code. For example, instead of using the comboBox to look for the code, the user could enter the code into a textbox and hit a button to search the array instead. My problem is that I'm not sure how to implement (i.e. code) this. Is this something that can be done or is it a "pipe dream"?

Thanks in advance for any insight you can provide.

- - Jeff