Hello, I have a Laserfiche form which has are two tables with date fields. Each table can have multiple rows.
The first table is called Travel and the date field variable of that table is called Date. The second table is called Cost_Distribution and it has two date fields, the first field's variable is Start_Date and the second field's variable is called End_Date.
How do I code it to prevent the Start_Date field from being able to select a date prior to the first row Travel table's Date field? I also need the End_Date field to be limited to the last instance of the Travel Date field.
Thanks