Friday, October 12, 2007

How to create the Go To First button in the database

How to create the Go To First button in the database

To create the Go To First button in the database

Step 1

To create the Go To First button in the database, first, you need to add the Button in the Form1 and then rename the Caption to First Record.

Step 2

Next, you need to double click the Button to show the Code Explorer Window. And you need to set the Program as followed:

  1. Table1.First;

No comments: