Hello guys,
Here is my next obstacle... I have a code which reads a pipe delimited file which has 2 columns, then takes the values of column 1 to fill a combobox. Then I enter a value on a textbox, which corresponds to a value on column 2, from the file read above.
What I need is for the program to display on the comboxbox, the column 1 value which corresponds to the column 2 value entered on the textbox.
In other words, the program will search the file in order to find the value entered in the text box. Once it finds a match, it will display value 1 on the combo box.
Thanks for any help....
Here is my next obstacle... I have a code which reads a pipe delimited file which has 2 columns, then takes the values of column 1 to fill a combobox. Then I enter a value on a textbox, which corresponds to a value on column 2, from the file read above.
What I need is for the program to display on the comboxbox, the column 1 value which corresponds to the column 2 value entered on the textbox.
In other words, the program will search the file in order to find the value entered in the text box. Once it finds a match, it will display value 1 on the combo box.
Thanks for any help....