Hi All,
I have created a Master/Detail application. When loading the application, I have set SQL sort order to ‘inserted date - desc’ so it always shows the most recent record.
Problem I am facing now is, after insert of a record it goes to the beginning of the records rather than returning to the last record inserted. So then I have to click on ‘First’ (<<) button to go to the last record to enter remaining data in detail form. Is there anyway to return to the last record after insert?
If I change the sql sort order to ‘inserted date - asc’ then there is no issues after insert as when it return to the beginning it will be the last record. Then every time I load the form I have to click on ‘Last’ (>>) button to view the most recent record.
Anyone has any idea for this?
Thank you.
Aari