K
Ken
Hi,
My main report changes background color every three records.
I have a sub-report I would like to set the background color to match the
background color of my report.
I would also like to make the footer section only as big as the subreport.
Here is the code I have tried so far with no results:
Cancel = IsNull(Me.[RefitUnitID]) - do not show if no records exist
Me.RefitFooter.BackColor = Me.Section(acDetail).BackColor - did not work
Me.Refits_SubReport.Form.Top = 0 - did not work
Me.RefitFooter.Height = Me.Refits_SubReport.Form.WindowHeight - read only
Me.Section("RefitFooter").BackColor = Me.Section(acDetail).BackColor - did
not work
Any help would be appreciated.
My main report changes background color every three records.
I have a sub-report I would like to set the background color to match the
background color of my report.
I would also like to make the footer section only as big as the subreport.
Here is the code I have tried so far with no results:
Cancel = IsNull(Me.[RefitUnitID]) - do not show if no records exist
Me.RefitFooter.BackColor = Me.Section(acDetail).BackColor - did not work
Me.Refits_SubReport.Form.Top = 0 - did not work
Me.RefitFooter.Height = Me.Refits_SubReport.Form.WindowHeight - read only
Me.Section("RefitFooter").BackColor = Me.Section(acDetail).BackColor - did
not work
Any help would be appreciated.