Repeating Subreports & unwanted lines around subreports

  • Thread starter Thread starter Sokki Hong
  • Start date Start date
S

Sokki Hong

Hello,

I have two questions.

First, I inserted 3 subreports into a master report.
However the 3 subreports repeats themselves 5 times, any
clue what is causing this? (in the order 1-2-3 5 times)

Second question is that when I inserted subreports, they
have these annoying line surrounding the subreport. Any
clue on how I can get rid of these?

Thanks of your help.
 
Sokki said:
First, I inserted 3 subreports into a master report.
However the 3 subreports repeats themselves 5 times, any
clue what is causing this? (in the order 1-2-3 5 times)

The main report probably has a record source table/query
with 5 records in it. Is it supposed to display the data?
If so, then try moving the subreports to the main report's
Header or Footer section. Otherwise, delete the main
report's RecordSource property.

Second question is that when I inserted subreports, they
have these annoying line surrounding the subreport.

Set the subreport control's BorderStyle to Transparent.
 
Back
Top