Add Multiple Items with Different Quantity

So do you want to add multiple items in the same form screen? I think it would be better if you have a Cart table, add multiple items in the same Order to that Cart table first, and when the user is ready to Order, give them a button to submit an Order row that would include a comma-delimited list of cart item rowIDs.