hi,
I have a sql table with a master table M has id and name . The details table D has a foreign key to M , and has a value.
How do i create a report that has one page per m.name, and shows the d.value ?
(My Db is more complicated but i am trying to get the general idea)
Thanks,Peter