surely a simple report?

  • Thread starter Thread starter Not Me
  • Start date Start date
N

Not Me

Hi,

I have two tables/queries, one lists reference numbers and information, the
other holds those number and different information.

I want the second set of data to be displayed in a subreport, to be added to
a report which holds the first set of data, linked up by reference numbers.

The problem is that I wish the subreport to be grouped up, as there is a
one-to-many relationship. My best efforts have only resulted in a new page
for every single element in the subreport...

Any hints?
Cheers,
Chris
 
Are you using the LinkMasterFields and LinkChildFields properties of the
subreport control?

- Turtle
 
MacDermott said:
Are you using the LinkMasterFields and LinkChildFields properties of the
subreport control?

Yeah, it links up fine, just I'd rather have each page show all records in
the subreport, rather than just one subrecord on each page... if you know
what i mean!?? :p

Cheers,
Chris
 
Check the Detail properties of your subreport.
Perhaps NewPage is set to either Before or After?

- Turtle
 
Back
Top