Hello
I want to use a toolbar button to update a form. Specifically I want to have a submit button that changes the "Submitted" Column to yes. I have tried to use the Select function to hit the toggle to do this, but that doesn't seem to work
Select(DataCardValue1); SubmitForm(Form1)
I'd rather not use collections if it can be avoided, since my form is a checklist with about 50 fields. I would consider it if there is no alternatives

Thank you very much
Conn