views:

136

answers:

2

I have two custom lists in sharepoint with a one to many relationship on a column in both lists. So list A has text column 1 and list B has a lookup column 1' on list A's column 1. I want to display the rows in list A, where column 1 has a match on column 1' and a 2nd column in list B with a specific text string. I have Sharepoint Designer and am fumbling along with linked sources described here http://office.microsoft.com/en-us/sharepointdesigner/HA100991441033.aspx, but can't get exactly what I'm looking for.

+1  A: 

Keep in mind that there is no real concept of relationships in MOSS 2007. This does, however, become a concept known to SP2010. The route that you would want to take to achieve something similar would be a custom programming solution. Anything you do with Designer will work, but it won't provide you with the flexibility that you are probably needing in maintainability and reuse.

Derek
A: 

If you are a developer and have site collection access to the server, you should check out SLAM, a codeplex project my company built that will allow you to do exactly what you are looking for.

Allan Wellenstein