how do i "look up" an associated value for a task id

J

JulieD

Hi

trying to output assignment information to excel (can do), but in addition
to the assignment fields, i would also like to output additional task fields
and i'm guessing that i can use the

ActiveProject.Resources.Assignments.TaskID

field to link to task text1 field, but i've got no idea how, ... help please
....
 
J

Jan De Messemaeker

Hi Julie,

Just to give an idea:

Activeproject.tasks(Activeproject.resources(5).assignments(3).taskid)

Hope this helps,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top