Hi All,
Having a little trouble trying to achieve the following:
I have created an InMemory table that is populated by a query.
The query is initalised when the form opens and the data is populated successfully into the form datasource.
This all works fine.
However, what I want to achieve is mark multiple records from this data source, pass them into a method for update and change a boolean data value in the marked records, then refresh the form to display this?
Can someone advise?