Master and Subprojects??

J

Jurgen D

Hello

I've a question that's very simple but important for my project.

i have 4 subprojects and i have one master project with the 4
subprojects.
If i publish both subprojects and master project to the project server
2003
will there be a double calculation for the assignment??

I mean: I you assign a resource for 8 hours in a subproject and you
publish both sub and master project to the server will the resource
availability be accounted for 16 hours??

sorry for my english...


Greetings
 
S

SleepySam

To Create Dependencies between two projects
1. Open both projects - the file containing the task you want to link to and the file containing the task you want to link from
2. In the Window menu, click Arrange All
3. In the Task Name field, click the task for which you want to create a task dependency to an external predecessor
4. Click Task Information and then click the Predecessors tab.
5. In the ID field, type the full path of the project location, the project name, and ID number of the external predecessor, separated by a backslash, for example: <>\project1.published\42 for Task ID 42 in a file named Project1
6. To change the dependency to a type other than finish-to-start, select a different dependency type in the Type field
7. To enter lag time for the dependency, enter a value in the Lag field.
8. To enter lead time, enter a negative value in the Lag field, such as –2 for two days of lead time
 
Top