A family of Microsoft relational database management systems designed for ease of use.
A brief explanation is that I have a master project that includes the construction of about 10 buildings. They have almost the same procedure, starting with the acquisition of land, hiring the contractors and construction itself.
What I want to do is to have one subproject for acquisition of land, other subproject for the hiring of the contractors and a last one for the construction.
The idea of this is that for example at this moment I have that the procedure of acquisition of land lasts 56 days (same for the 10 projects), but if for any reason in the future the procedure of acquisition of land reduces to only 45 days, that I could change this duration in a subproject and that it automatically be changed in the 10 projects and not having to change manually each one of the projects.
Because the more important for me is the update of the activity duration is that I thought in an alternative option of just importing the data in the "duration" column of the subproject.
Thanks!