Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a list (with 50 list rows , and 10 list columns , the main column being the listTitle , I also have a document Library with 80 documents , and most of the list items corresponds to the documents uploaded in the ocument library , I need to consolidate all the data into a new Library where user can edit the uploaded document and all the list items corresponding is also there for that document.

How can I do it , I am new to sharepoint, and cannot figure it out
Posted
Updated 3-Dec-10 15:32pm
v2

1 solution

You seem to be thinking in terms of a database with parent/child table relationships. Although you can simulate it with SharePoint lists it isn't quite the same thing. You can create a lookup column that references either the list or the document library depending on which you make the parent.

If you want all of the information in one list you will need to add columns to the document library, or more appropriately, the content type that is associated with it, and develop a process to transfer the data from the other list.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900