Hello All,
I have a text file that I am trying to query. The text file is as follows:
Billy Bob, Manager, 23453, 76789
Sharon Smith, Supervisor, 33789, 98098
Sue Johnson, Supervisor, 33790, 98095
John clover, Director, 33791, 99876
Desie Arnaz, Worker, 40078, 97656...
I am wondering how can I create an user interface that allows the user to input numbers in a range of 33789 to 33791 and have it only output the information for Sharon Smith, Sue Johnson and John Clover.
Any suggestions would be appreciated.
Thanks,