How to fetch the details from one list & show it in an another list in Sharepoint 2010.
Example:
List #1 : Total Project/Resource List
Resources Projects
Resource1 Project1,project2
REsource2 Project1,project3
List #2 : Resources Per project
Resources
Resource1
REsource2
How to fetch details from List1 based on projects (Projects (Multiline text) are comma seperted data)
Thanks.
View Complete Post