T
txlandman via AccessMonster.com
I am writing a report that derives all of its data from VBA code written in
the OnOpen event of the report. The report is usually 1 page in length so the
data is populated in the Report Header Section with the detail visible
property set to false. However if I have data that overruns to multiple pages
then I set the visible property of the detail section to True. The problem is
that when there is data to multiple pages I only get the last page of data.
Again all data is populated in the OnOpen event of the report. Should I
populate the detail section in a different event?
Thanks
David
the OnOpen event of the report. The report is usually 1 page in length so the
data is populated in the Report Header Section with the detail visible
property set to false. However if I have data that overruns to multiple pages
then I set the visible property of the detail section to True. The problem is
that when there is data to multiple pages I only get the last page of data.
Again all data is populated in the OnOpen event of the report. Should I
populate the detail section in a different event?
Thanks
David