MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Master details relationship

  Asked By: Melanie Scott         Date: Apr 08, 2009      Category: MOSS      Views: 254
 

I want to create a list of projects' names that when a user click one of the
projects the system will display a page of its info. and its reports.
So,can I do such thing, can I implement a dynamic master/ details relationshep
in sharepoint 2007?

Tagged:      

 

1 Answer Found

 
Answer #1       Answered By: Aakash Gavade          Answered On: Apr 08, 2009       

The easiest way to do this would be to create  two web parts and connect them to
each other. In the first web part you create a list  or drop down of project
names. When a project is selected send the primary key for that project to the
second web part. Have the second web part designed to display  a grid of
information based on the key that it receives. If you aren't a programmer you
can do the same thing  in SharePoint Designer using two Data View web parts that
are connected together.

 
Didn't find what you were looking for? Find more on Master details relationship Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].