Hi,
I have a checkbox like so in my browsegallery -

I want to change my status field on check.
I have this in my OnCheck property -
Set(statusupdate,"Complete"); SubmitForm(EditForm1);
however nothing is happening. How can I change my status based on check property for each record in my browwsegallery?
