I've got a VB6 project that was made into a .EXE and it works nicely, except for one feature - a button to move to the next record in a text file. The looping works, but it won't see the end of the file now and loops through 10 or so records over and over.

I need to de-construct(is that the right term?) a previous version to make comparisons against. How can I do this?

John