I'll try....
I have a query that returns lots of records, about 3000, and I display that
list in a continuous form. The query sorts the records by date, ascending, so
that the oldest entry is at the top of the list, and the most recent is at
the bottom of the list. The form that displays the results is not nearly long
enough to show all the records, and the default is to show the top of the
list. I want it to show the bottom of the list without having to scroll down
when it opens, so that the most recent entries, which remain at the bottom of
the list, are shown by default.
If the entries are numbered from 1 to 3000, I want them to stay in order
from top to bottom, and to see 2990-3000 without having to scroll down.