So i want to add recurrent tasks for every record, the tasks are the same for every record. I tried doing a separate table named tasks with a subtask column and i link it to my primary table. THE PROBLEM is that when lets say record one fill his tasks, the tasks keep filled for ALL the records, i want to fill them individually for each record.
Technically, you probably don’t even need 3 tables. But with a multiple table approach (whether it’s 2 tables or 3 tables), you would end up needing 3 linked task records for each master record.
However, if you only need 3 tasks for each record, you might just want to create 3 checkbox fields that you use for each record.