I have never had to work on a request such as that and have no idea how to
proceed. My initial thought was to find the maximum ID number (autonumber)
and count back 20 from there. But only a thought and still not sure how to
do something such as that.
I seek the help of the group on this and anyone who has done this or knows
how to do this. Samples, examples, or site links are also good.
Thanks... John
use a top values query and sort in descending order. I guess create a
query of that and save it. then you can set the sort order again in
the form, since the form's sort order should override that of the
query.