I have 2 columns in a table, Start Date and End Date.
Is it possible to have the column End Date update to the same value I add to Start Date?
I have 2 columns in a table, Start Date and End Date.
Is it possible to have the column End Date update to the same value I add to Start Date?
Just add a formula to the End Date column. Just entering the name of the Start Date column (thisrow.StartDate) should do the trick