I want to create a list of projects' names that when a user click one of theprojects 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 relationshepin sharepoint 2007?
The easiest way to do this would be to create two web parts and connect them toeach other. In the first web part you create a list or drop down of projectnames. When a project is selected send the primary key for that project to thesecond web part. Have the second web part designed to display a grid ofinformation based on the key that it receives. If you aren't a programmer youcan do the same thing in SharePoint Designer using two Data View web parts thatare connected together.