Right guys, I'm really new to this but I'm getting along ok, but I've hit a block.
I need to be able to know how to search a text file in VB for a particular line and then display it.
the files I'm trying to use are set up as: ID, Name, Address, Birthday, Pay-Roll Type
So I need to know how to search the file for the ID number and then display the rest of that line
I can read a file from beginning to end but this I am clueless about, thanks
It's for a system to add, display, update and remove workers