Report with two subreports will not print preview both subs

  • Thread starter Thread starter Xfree
  • Start date Start date
X

Xfree

I have a report with two subreports the report and both subs all come from a
single form that also has the same two sub forms. The first subreport will
show up on print preveiw but the second will not. Before going into print
preview both subs show up with the correct info. I have compaired the
settings for both subs and they look to be same can anyone suggest where to
look or possible problems?
 
Is the criteria/filter of the subreport coming from controls on a form? If
so, is there any code running that might close the form?
 
Found the error Duane thanks

One more question I want to only print a single record per page on this
report but I cant find where to make that setting.
 
There are properties of sections that allow you to set whether you want a new
page before or after the section. You can also add a Page Break control to a
section.
 
found them thanks

Duane Hookom said:
There are properties of sections that allow you to set whether you want a new
page before or after the section. You can also add a Page Break control to a
section.
 
Back
Top