Hi
Funny problem in Access 2010.
I have a report (in Print Preview). It's got nothing on except 2 subreports in the Details section.
If I change the Height of the subreport in the section's OnFormat event, it works fine, but Access crash when you close the report.
Simething like:
Me.MySubReport.Height = SomeHeight
Changing the height in the OnOpen works fine, but not an option for me.
Any ideas?
Funny problem in Access 2010.
I have a report (in Print Preview). It's got nothing on except 2 subreports in the Details section.
If I change the Height of the subreport in the section's OnFormat event, it works fine, but Access crash when you close the report.
Simething like:
Me.MySubReport.Height = SomeHeight
Changing the height in the OnOpen works fine, but not an option for me.
Any ideas?