Hi
need help with this I'm writing a program that uses data from a text file.

What happens is the program runs the user gets to pick if they want to load the list of stations from a file or enter data manually.

What I want to happen is when the user picks "Load list of stations" using a
combo box list box or what ever they can scroll down to what ever station they want or type the station identifier. The data file has about 200 stations in it.

Data looks like this.
BIKF KEFLAVIK (BIKF) ICLD 6358N 02236W

The program then uses the data to calculate data.
I'm using Visual Basic 2005.

Thanks ed