Hi everyone. I went to this web page and followed the directions, but it does not work: http://www.mvps.org/access/reports/rpt0013.htm
I have an unbound textbox in one of the group headers called "GrpPgInd" by grouping field is called "PTNum". I have replaced the code where asked for at: http://www.mvps.org/access/reports/rpt0013.htm
with these two. It does not work. Nothing shows up in the report.
The unbound txt field on my report is blank in the print preview.
The code is at the onformat event in the group header. I made sure it is saying group header_format not groupfooter_format.
In short, my report looks like this:
pageheader (nothing in here)
groupheader1 (query results the report is based on---basically address info)
detail (query results the report is based on)
groupfooter3 (subreport-rptPayments)
groupfooter2 (legal wording, grand totals)
groupfooter1 (subreport--rptLien)
pagefooter (nothing in here)
I have defined 3 groupheader/footer sections all based on PTNum.
Thanks in advance for any help regarding this issue.
Deb
I have an unbound textbox in one of the group headers called "GrpPgInd" by grouping field is called "PTNum". I have replaced the code where asked for at: http://www.mvps.org/access/reports/rpt0013.htm
with these two. It does not work. Nothing shows up in the report.
The unbound txt field on my report is blank in the print preview.
The code is at the onformat event in the group header. I made sure it is saying group header_format not groupfooter_format.
In short, my report looks like this:
pageheader (nothing in here)
groupheader1 (query results the report is based on---basically address info)
detail (query results the report is based on)
groupfooter3 (subreport-rptPayments)
groupfooter2 (legal wording, grand totals)
groupfooter1 (subreport--rptLien)
pagefooter (nothing in here)
I have defined 3 groupheader/footer sections all based on PTNum.
Thanks in advance for any help regarding this issue.
Deb