Hello guys
I have two tables which are “schedule” and “assessment”. in table “schedule” there are two columns namely [id], [start date] and one virtual column with list type [related assessments]. In table “assessment” there are three columns namely [id], [schedule], [entry_date]. [schedule] is ref type column from “schedule” table.
i would to know how, when user input date manually on [entry_date] column, [start date] column will autofill with [entry_date] value. Thank you very much for your help.
cc: @Steve