I have a text file with 180,000 student records.
I am trying to add all of them to a listbox and then search.
If anyone has a suggestion on another solution, I am all ears.
I have a text file in the following format:
"012345","1"
"567890","5"
"016436","8"
There are 180,000 of the above.
I have a form where the user enters the six digit number in the first field and clicks a button, the button searches the text file and if the number is found it displays the second value in a label.