Thread: MS Access
View Single Post
  #1 (permalink)  
Old 05-13-2006, 01:25 AM
moonrise moonrise is offline
Learning Programmer
 
Join Date: May 2006
Posts: 40
Credits: 0
Rep Power: 10
moonrise is on a distinguished road
Default MS Access

I have a VB6 application which uses MS Access as its backend.

Im familiar with Access and therefore how to place the record
navigation buttons for:

First Record
Next Record
Previous Record
Last Record

How would i code this in VB 6?

I tried the following code on the first button but it doesnt go to the
first record

Code:
rsExecDet.MoveFirst

Me.txtRecordCaption = "Record " & rsExecDet.AbsolutePosition & " of " &
intRecordCount

Last edited by TcM; 01-24-2008 at 08:17 AM.
Reply With Quote

Sponsored Links