- Version
- Download 141
- File Size 35.37 KB
- File Count 1
- Create Date April 28, 2016
- Last Updated April 28, 2016
View First, Last, Next, Previous Record in Visual Basic 6 and MS Access
View First, Last, Next, Previous Record in Visual Basic 6 and MS Access
This is a database application in visual basic 6 and ms access that demonstrate how to navigate records from database.
The program has four command buttons:
next button – will display the next record
previous button –will display the previous record
first button – will jump to the first record
last button – will jump to the last record
There is also a function that will display the absolute position of that record and as well as the total number of records stored in the database.