sorting/creating record issue

I have a form (list are table view) which has default sort(desc) on the column: creationdate.
So what I want for result is that the newest records appears on top the list.
When I create a new record, the record is created on the bottom of the list. Is it possible to let it show on top of the list, without doing a sort afterwards??

HJK:
I have a form (list are table view) which has default sort(desc) on the column: creationdate.
So what I want for result is that the newest records appears on top the list.
When I create a new record, the record is created on the bottom of the list. Is it possible to let it show on top of the list, without doing a sort afterwards??

The default sort order on the form level is triggered when the form is LOADED only - I believe.

So - you’re asking for the re-sort on each record creation (and deletion?). How about if your sorted column is on something like “Company_Name” and you change the Company_Name field. Would you expect a re-sort as well?

Bob Cusick