Hi,
I have a form which accepts data in 3 fields (Date, Student, Reason). When I click Add, the data is displayed in a datagrid and the user then has the option to add more lines.
At the moment, on each Add the data is saved to a table and the collection is refreshed and data displayed in the datagrid.
Rather than saving to a table each time, is it possible to save to an array in WeWeb and then save once at the end.
Thanks