I'm amending a system that takes an order template that is displayed in a certain order.
The user can change the order and also add/delete records.
This creates entries in the order table.
The order from the form needs to be preserved for other forms/reports etc
I thought this would be easy by simply having a field that contains the row number of the original input form but can not find a way to do this.
Apparently ROW-NUMBER is not available any more
I've tried setting a control to form.currentrecord but this results in all records = 1.
Any help appreciated.
The user can change the order and also add/delete records.
This creates entries in the order table.
The order from the form needs to be preserved for other forms/reports etc
I thought this would be easy by simply having a field that contains the row number of the original input form but can not find a way to do this.
Apparently ROW-NUMBER is not available any more
I've tried setting a control to form.currentrecord but this results in all records = 1.
Any help appreciated.