Whenever I add an item via a form, my gallery will jump to the record I had selected before I saved my new form.
I want it to jump to the newest added item. But somehow I can't get it to work with SQL.
I found a solution on this forum, which said to use this in the Default property of the Gallery:
First(SortByColumns(QuotesDataSource, "ID",Descending))
But this doesn't work with a sql datasource. It says that "First" is not supported.
Is there any other way to do this with a sql datasource?