Sort after new record added

I have a task solution where I have a list of tasks to do. The user clicks a button to add a new task, enters the information in a form view, and then clicks save. Once the user clicks save, the solution navigates back to the list view. The new task is then placed a the BOTTOM of the list, whereas I want it to automatically sort into its correct position. The list is sorted first by status (check box) and then by date due, so the new task should sort to the correct place in terms of date in the top half of the list (because unchecked is first).

Thanks in advance, and I hope this makes enough sense!

Lewis

Sorted.

I had to auto-enter the status value as 0 (unchecked) because otherwise it didn’t assign it a value and went unsorted.