Ok you all probably heard this qustion a million times before but I am a little confused so I am going to ask it anyways.

The question is how do I get data out of a microsoft database?

Ok I have a database called userinfo.mdb, a microsoft database (access 2000). It has a table called information and three text fields. The first is called first, the second is called last, and the third is called other.

With that said my question is how do I access the nth data record into three string variables first, last, and other. There are two other sub questions, the first is how do I tell what data record I currently am looking at the the other is how do I tell what is the last data record.

Any help in this matter would be greatly appreciated, oh ya I am currently using vb 5 but if that is a problem for this project then I can load 6.

Thanks
Jeremy