Hi Everyone,
I am currently trying to figure out a way to do the following:
I have two tables. 1 is for projects and 1 is for project options.
Each project option is linked to the proper project and both have single selects for their status.
Essentially it is set up like this:
(Project Table)
Project Name | Status | Project Options | Final Approved Option
(Project Options Table)
Project Option Name | Linked Project | Status | ~ Various other information
The Status fields are single selects with various statuses…i.e.
Research
Cutting
Sent for Approval
Final Approved
Paid
My goal is to do two things.
#1 Have the Project Table automatically update status based on the Project Options linked.
#2 Have the Final Approved Option link to the record that matches the proper criteria.
Given that several options will be made for each Project, there will also need to be a hierarchy where a project option that is further along the process negates ones that haven’t progressed as far.
Any ideas on how to achieve this?