Hi Community!
I have a custom form that has 5 sets of controls so it looks like this:
Monday Date | User| dropdownA | textboxA | dropdownB | textbox B
Tuesday Date | User| dropdownA | textboxA | dropdownB | textbox B
Wednesday Date | User| dropdownA | textboxA | dropdownB | textbox B
Thursday Date | User| dropdownA | textboxA | dropdownB | textbox B
Friday Date | User| dropdownA | textboxA | dropdownB | textbox B
Because all entries will be submitted at once I would like the best way to patch the records above to the sharepoint list, and each entry needs to be a separate record because a user may need to go back and edit a specific date. Right now my submit button has 5 patch statements - one for each record - and 5 sharepoint error checks - one for each patch statement. But I feel there has got to be a better way to handle this.
HELP!?!?
Thanks,
DBMSPA