I want to have a predefined subform when I start a new record. Predefined as in consisting of multiple lines/record predefined or based on a table I created.
Where it brings multiple lines similar to below, where all I have to do is manually enter in the Quantity or any other field:
Type 1 Type 2 Type 3 Quantity Food Fruit Apple Food Vegetable Tomato
Or is there a way where I can have multiple input fields on my main form that I fill in with information and when I press a button it inserts those lines into my subform with certain predefined fields.
Example:
On my main form I have multiple text-boxs where I can enter a quantity of how many apples (2) I want and/or how many tomatoes (1) I want.
When I click the button it will add these lines to the subform predefined:
Type 1 Type 2 Type 3 Quantity Food Fruit Apple 2 Food Vegetable Tomato 1
Sorry if it is confusing, I am pretty confused myself, lol.