I have connected to the access database that is ok and also i am getting the value of the first field.
Now I want to navigate through the records moveFirst,MoveLast,MovePrevious and Movenext in VB.Net

code in vb.net
<!--
adAdapter = New OleDbDataAdapter(strSQL, cnConnection)
adAdapter.Fill(dataset1,"AUTHOR")
console.writeline dataset1.Tables(0).Rows(0).Item(0)
-->

Need guidance ... help !!!