Hi All
Wonder if one you could help with a little project I am doing
Basically I want a combo box to list the lines from a text file and when I select that line in the combo box it fills in multiable text boxes from that textfile or combo list line. I.E
line 1 of text file or line 1 of combo box:- Data1, Data2, Data3, Data4, Data5, Data6
line 2 of text file or line 2 of combo box:- Data1, Data2, Data3, Data4, Data5, Data6
line 3 of text file or line 3 of combo box:- Data1, Data2, Data3, Data4, Data5, Data6
and so on
textbox1 = data1 from line 1 or 2 or 3 depand what line is selected in combo box
textbox2 = data2 from line 1 or 2 or 3 depand what line is selected in combo box
textbox3 = data3 from line 1 or 2 or 3 depand what line is selected in combo box
and so on
KInd Regards
steve
Wonder if one you could help with a little project I am doing
Basically I want a combo box to list the lines from a text file and when I select that line in the combo box it fills in multiable text boxes from that textfile or combo list line. I.E
line 1 of text file or line 1 of combo box:- Data1, Data2, Data3, Data4, Data5, Data6
line 2 of text file or line 2 of combo box:- Data1, Data2, Data3, Data4, Data5, Data6
line 3 of text file or line 3 of combo box:- Data1, Data2, Data3, Data4, Data5, Data6
and so on
textbox1 = data1 from line 1 or 2 or 3 depand what line is selected in combo box
textbox2 = data2 from line 1 or 2 or 3 depand what line is selected in combo box
textbox3 = data3 from line 1 or 2 or 3 depand what line is selected in combo box
and so on
KInd Regards
steve