I am working on a massive base that has multiple columns and tables.
I want to create a form that allows users to fill in information that will:
Pick Main Record to Update
Select an item from a list
This is tricky part - once the form is submitted it will look at the Main Record selected to update and I need it to update the first blank defined column in that record.
i.e.
First Form Submission - Order 1 Column in Main Record = selected Item from list
Second Form Submission - Order 2 Column in Main Record = selected item from list
The caveat is that the form will be submitted by a few people at random times. The only important thing is that as the forms come in it updates the next Order # column in the main record.


