Technote Details :: When performing a multiple edit, the order is not correct
Issue
When I try to edit more than one record, from a list that displays the entries in order (e.g. ordered after date, descending), the order is no longer respected. (e.g. the elements appear ordered ascending, or not ordered at all).
Reason
This happens in one of the following cases:
- When the order column is not part of the form fields (e.g. when creating a list based on a recordset that uses a JOIN operation, and the order column is from the second table)
- When the list uses a Look-up table for one of the fields, and the order column is one of the columns in the related table.
Solution
There is no solution to this issue yet.