Assuming thursdays is required, the following result was found.
= v_EventStart; r_RowWe.End_Time = v_EventEnd; r_RowWe.In_Effect = true; c_Wednesday.insert(r_RowWe); // // create Thursdays subform entries r_RowTh = Shifts.Thursdays(); r_RowTh.Event_Type = v_EventType; r_RowTh.Start_Time = v_EventStart;...