Sorting subform rows and display results in page
Hi all,
assuming I have a subform like this:
row1: a)
row2: b)
row3: c)
than I save the record and open it later for a quick sorting the subform by dragging the rows:
row1: b)
row2: a)
row3: c)
Now I have a page that display the results, but in the first order: is there a way to display the results in the last order?