We have a Smartbox drop down list which is populated from a table query. The list contains a group of students for a class.
We have set up an editable list where a person can select each individual student to take an exam.
Can we add a control to 'Select All' the students and add them to the test form?
I am looking into using the for/next logic, but not sure how to use this, and I can't find a clear example; at least for me.
If I were programming this I would save all members in the table collection to an array, then parse through them one at a time to add them to my new list.
After they would all be added, there is another form button to write them out with the form.
I would need some screen shots of rules, or routines (an example); if I were to get this to work.
Thanks! Any help is appreciated; it will save some time for entering information.