Report works byitself, but not in a SubReport

  • Thread starter Thread starter theboulevardguy1
  • Start date Start date
T

theboulevardguy1

Hi All,

I am trying to run a report which has no parameters. it works fine in
design and even on the report server. but as soon as i put it in a
subreport it gives an error

"Error: SubReport could not be shown"

i have tried almost all of the help available on these group, i have
put the report to be of the same size, removed all the parameters(so
there are no parameters).

will highly appreciate any valuable suggestions.

:-)
 
hi,

"Error: SubReport could not be shown"
This is not an Access or VBA error. So take a look at the report events
(On Load, On Open). There must be some piece of code throwing that
exception.


mfG
--> stefan <--
 
Back
Top