Hello :
I need some help with creating customized project guide. I am new to MS project.
We are using Project 2003/Project Sever.
We have a template with some customized task fields.
When a user goes to save this project, we want to insert selected tasks based on the id in the customized field into a custom table with unique_id(sequence gen), some task information in addition to MS Project saving its data to the database as usual.
Do I have to write a VBA to do the above? Any advice on where to start, how to approach this and/or how to go about doing this is appreciated.
Ex:Template:
Task_name Custom
Task 1 100
Task 2 210
Task 3 300
Task 4 300
Custom Table :
Project_id Unique_id Task_name
101 1 Task1
101 2 Task 3
101 3 Task 4
In this case I need to go through the task list and save the tasks with 100 and 300 to a custom table.
Thanks -
I need some help with creating customized project guide. I am new to MS project.
We are using Project 2003/Project Sever.
We have a template with some customized task fields.
When a user goes to save this project, we want to insert selected tasks based on the id in the customized field into a custom table with unique_id(sequence gen), some task information in addition to MS Project saving its data to the database as usual.
Do I have to write a VBA to do the above? Any advice on where to start, how to approach this and/or how to go about doing this is appreciated.
Ex:Template:
Task_name Custom
Task 1 100
Task 2 210
Task 3 300
Task 4 300
Custom Table :
Project_id Unique_id Task_name
101 1 Task1
101 2 Task 3
101 3 Task 4
In this case I need to go through the task list and save the tasks with 100 and 300 to a custom table.
Thanks -