I have a trigger in my database to update a project ID in two different tables if it changes in the Project table. My issue now is that I may have the same project ID for two different Employees so the only distinguishing factor is a combination of the Project ID and the Employee ID. How do I incorporate this so if one Employee changes the Project ID it doesn't change it for other employees with the same Project ID? HELP!