views:

1558

answers:

4

I have googled this and seem to only be able to find the same Tutorial here or variations thereof. I have two lists. Each one is on a different site. I need to make a list/view joining these two lists. One site contains basic employee data, (such as department) and the other site contains details about that department that we need to show on a high level overview of employee data.

It's sharepoint 2007

A: 

There are several ways you can do it.
First and simplest: third party tools, you can google tons of such, which, I think, have no much difference. SharePoint List Collection is one of them.


This is another way you can turn to. http://www.c-sharpcorner.com/UploadFile/ssahmed/spslistcol09182006055026AM/spslistcol.aspx.

tag
The article you reference (http://www.c-sharpcorner.com/UploadFile/ssahmed/spslistcol09182006055026AM/spslistcol.aspx.) is yet another detailing how to connect lists on the *same* site. I specifically need to join lists across sites.Third party tools are an option. Is there one specific one you have used?
Russell Steen
A: 

Aonther way to go is to roll your own field type and make it similar to a lookup field but instead make it go fetch data from a list in a different sitecollection. I don´t have ready example of something like this but this post atleast explains how to go about constructing a custom field type.

Johan Leino
A: 

I would use Sahil Malil's technique. However this is much the same as the link to Microsoft that you've already given. Why doesn't this do what you need?

Alex Angas
Because I need to connect lists from multiple different sites. In SPD, using his technique, you are only given the option to connect to lists in the site you are currently connected to.
Russell Steen
+1  A: 

I used this tutorial

He mentions "Please note: If your lists are on another site collection you will have to use the Connect to another library... link" and he includes a screenshot.

Brian
thanks! I bet I just missed that link in the other tutorial. This was the tip I needed.
Russell Steen