I have several tasks that need to happen for several clients. In other words one task needs to happen across the board, for each discrete client; I have several of these types of tasks. My database has a table for clients, a table for tasks (among others). The Tasks table is linked to the Client Table, and vice versa.The task(s) relate to an overall project as a “next action.”
I’d like to find a way not to have recreate/duplicate each next action task for each client record so as to avoid a slew of the same task repeats,; but rather, be able to check off the task as complete when it is done for each discrete client. Not sure the best way to set that up…
