Hi,
I have a table called "work_week" and it has fields called "Start_Date" and "thru".
On the add record page, I want to select the monday from a date picker then possibly using the "before record added" event (or any other ideas), have the "thru" field updated with the next sunday's date,
so it would be an offset of +6 days from the Start_Date.
Thank You