aginman
Mar 14 2005, 12:33 PM
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
Mar 14 2005, 04:59 PM
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.