I have a form where the submitter enters a starting date. An end date is calculated based on the start date. I also calculate the total number of days between the start date and end date. This is stored in a number field for use.
In my table I want to create rows based on the number of days that was calculated. For example, if there were 9 days between the start and end dates, then, 9 rows would be in the table. If 20 days, then 20 rows.
How do I accomplish this?