display the last record

  • Thread starter Thread starter TToy
  • Start date Start date
T

TToy

How can I open a form so that the last record in the table
is displayed first or that a blank record is display for
adding. For example, in a 'create a new work request'
form there are 59 records in the associated table. I want
the form to open on record #60 so that I can create a new
record right away without scrolling through the first 59
records.
 
-----Original Message-----
How can I open a form so that the last record in the table
is displayed first or that a blank record is display for
adding. For example, in a 'create a new work request'
form there are 59 records in the associated table. I want
the form to open on record #60 so that I can create a new
record right away without scrolling through the first 59
records.

Set the form property Data Entry to "Yes" to create a form
that automatically opens in data entry mode. None of the
existing records will display. Or, if you wish to allow
the user to browse existing records during the session,
simply click the button on the bottom of the screen that
has a right arrow and an asterisk to open up a new record.

Kevin Sprinkel
Becker & Frondorf
 
Back
Top