Relative Content

Tag Archive for vbareportms-access-2010

Access – Set Subreport Control Properties With VBA

I have placed three unbound subreports in the Report Header of a main report. I want the records in each subreport to be listed in two equal-height columns (down, then across), so in the ReportHeader_Format event of the main report I calculate the height needed for each subreport. Then I try to set each subreport control to its desired height with this: