I want to change the background color using VBA on the fly to a subReport. I've specified the following in the main report 'Event Open procedure' but it won't work.
Private Sub Report_Open(Cancel As Integer)
me!subreport1.Report!Section(0).BackColor = vbBlue
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.