OK I have a project which has to use a sequential access file.

I can not use a .mdb file (drat!)
Anyways I can populate a listbox with the first field of the data (there are 5 fields per record). The listbox's populates fine.

Now when I click on (1) of the listbox entries
I want the (second field) to show up in a textbox
the (Third field) to show up on a second text box...and so on.

My question is simply this...How do you set the record pointer in a sequential access file to look at the specified field?

I tried an array, using the listbox.listindex...but to no avail.


Why the heck can't this client just use a .MDB???


Help!
Lee
...Hmmm no one knows??????????

[Edited by Lee M. on 01-09-2001 at 11:47 PM]