Is it possible to determine which was the latest checked item in the checbox list?
We have a requirement where the user selects few items in the checkbox list (each item represents an attachment) and saves the form. At a later stage they might open the form and chose to add another item from the checkbox list to the selection. When the latest item is selected, it should trigger a subform and pass the name of the document into it.
e.g.
Checkbox list contains Chec1, Check2, Check3, Check4. I select Check1 and Check2 and save the form. I then go back into the saved form and on load event the checkbox list is populated with Check1 and Check2 selected. I then check Check3 and want to only pass Check3 value into a subform. Currently, I am only able to retrieve all the selected values, not the last one.
Is this possible?