T
txlandman
I have a report that when the OnOpen event is fired, I populate the unbound
controls with data via VBA. Most of my reports are 1 page and perform just
as they should. Page 1 is located in the Report header section. Page 2 and
beyond are located in the detail section. Here is the issue, when more than
2 pages are needed only 2 pages are printed and the data on page 2 is the
data from the last record picked up from my VBA code. I guess I need to
force some event to fire in order to "Print" a page once the unbound controls
are populated. Any help or guidance will be greatly appreciated.
Thanks
David
controls with data via VBA. Most of my reports are 1 page and perform just
as they should. Page 1 is located in the Report header section. Page 2 and
beyond are located in the detail section. Here is the issue, when more than
2 pages are needed only 2 pages are printed and the data on page 2 is the
data from the last record picked up from my VBA code. I guess I need to
force some event to fire in order to "Print" a page once the unbound controls
are populated. Any help or guidance will be greatly appreciated.
Thanks
David