Report Issues (SubReport)

D

dan.cawthorne

Hi all again,

I'm getting frustrated now, on this report, its a simple issue, but i
cant find a work around for it.

and my Main Report i have various fields across the top, Makes a list
type report. and i created a border around the record so the records
were easily to noticeable from each other.

problem as now occurred where i needed to add a sub report which is
only one field, but this field in the sub report shows multiply
Clients to this particular project (Record)

what happen now though it a record has two or more clients the sub
report pushes any fiends below down further, and also the border box
does not grow

so then i tried to set alternating colors to the records and get rid
of the border, this worked apart from the sub report on the alternated
records showed up white,

How do i cure what I'm trying to do?

Regards

Dan
 
G

Guest

Hi Dan

On the Detail_Format event procedure set the border to the same height as
the subform


Me.Border1.Height = Me.subForm1.Height

HTH

KM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top