I have a database to collect the purchase orders from my employees. For now, when they request to purchase x items A and y items B, they need to fill the request form twice. One for x items A and one form for y items B.
I would like them to be able in the form to enter the data for item A then add a line to order the item B. And if they need z items C to add another line to order it in the same form before submitting. The result being then 3 new lines in the database.
Is it possible?