Open DB on LAST record, not FIRST

R

RitchieJHicks

Hi,

Currently when I enter one of my data entry forms, it always opens on the
first record in the table, that being 1 (set by primary key).

Is there anyway that I can set the form to open on the LAST inputted record,
instead of the first?
 
D

Douglas J. Steele

What does "last" mean to you? Recognize that in a table, there is no order:
tables are unordered sacks of data, where Access puts the rows wherever they
fit best.

If you can define what "last" means, create a query that has an appropriate
ORDER BY clause, and use that query as the form's RecordSource rather than
the table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top