Hi Guys,

I have two tables. One stores people information and another stores numbers assigned to them. The numbers table has a foreign key that links to the primary key of the people table.


I want to display a persons name in the page header and then the numbers assigned to them in the details section of the report.

also:How can I filter the reportby a certain ID. do I use a parameter, and if so, how?

Please help