Full Version: Forms
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
aginman
I am building a form and I would like to reverse the order. I would like for the current/latest entry to be listed on top. Is this possible?
tinygiant
If you base the form on a query or SQL, you can ORDER BY (recordentrydate) DESC. The desc will list the lst record of the query first.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.