Hello guys
I need help to my problem
I have 3 table
-
First table : Tasks
columns:
Task id: Text UNIQUEID() (key)
Task kind : Enum
Task Date: DateTime
employee id : Number @from here@
Management : Enum
covenant id: Number
covenant id : Ref
employee id : Ref -
Second table : employees
columns:-
employee id : Number (key)
employee name: text
Management : Enum
Related tasks: List -
Third table : covenant
columns:-
covenant id: Number (key)
covenant name: text
covenant kind: Enum
employee : text @to here@
Management : Enum
Related tasks: List
What I want is in the Covenant tabel
When executing a task in the Tasks table is transferred from an employee to an employee
I want the employee to change in the Covenant table based on what’s changed in the Tasks table.
I hope that my request is clear
and i hope you can find a solution for my problem.
Thank you