How to access Sharepoint List Items using an ID

Posted by GEShafer on Stack Overflow See other posts from Stack Overflow or by GEShafer
Published on 2010-06-11T19:46:02Z Indexed on 2010/06/12 5:12 UTC
Read the original article Hit count: 214

I am currently working on a nice table that displays the items in a list of "Tasks" on a dispForm page. Each Task is created and initially given a ProjectID depending on which project the task is for. The ProjectID is the actual ID given to the "project" when it is added to the list, therefore it is not actually a parameter in the list of projects while it is a parameter in the list of tasks.

I would like to know how to use the ProjectID parameter in the task list to link to the Project list and grab the ProjectName parameter so that I can display the Project Name in the table. Currently I can not get it to work.

All help is appreciated, Gale

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about sharepoint-designer