Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I need to link two list and display them in a separate list. I refer many sites, all that they did is displaying in a data view. How can i do this?

share|improve this question

1 Answer

Using custom code http://sujeewaediriweera.wordpress.com/2012/02/18/list-join-in-sharepoint-2010-using-caml/

Using SharePoint designer https://www.nothingbutsharepoint.com/sites/eusp/Pages/4-minute-screencast-join-view-of-sharepoint-lists.aspx

I'm not sure, you can add both list in to a Single List Other than having a joined data view.Joininglists should happen only for the view operations.

share|improve this answer
+1 nice information! I would recommend including more information than just the links but good stuff overall. – Kit Menke Feb 24 '12 at 16:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.