I have been looking everywhere for this answer and I swear I have watched 100 Youtube videos to no avail. Hoping someone on here can help me :)
I currently have a “projects” table and a “tasks” table in my base. The projects table is configured so when I add a task to that project it adds it in the tasks table to be tracked. However, if I add that same task to multiple projects it tracks it in the tasks table as one record. Therefore, I can’t individually track the same tasks for several projects.
Basically, I want to select the same tasks for several projects and then track those tasks separately.
Example:
Project A tasks:
-solicit bids (complete)
-draft contract (in process)
-hire sub (on hold)
Project B tasks:
-solicit bids (in process)
-draft contract (on hold)
-hire sub (on hold)
Thank you so much in advance!! I really appreciate any help that can be provided. This seems so simple but I just can’t figure it out.