Notes of things to resolve:
- how do I get the project_ID from my edit form?
- how do I allow the project_ID to be changed in the from even if the number is changed?
--Q2:Posible answer: Add another column called project_num and allow that one to be changed.
- how to link an empty hazard to a new project so that the other code works
--Q3:Posible answer: when creating a project create an empty hazard and link that to the other tables so that the link is pre-existing when you go to the hazards and new hazards page.