I am trying to print the following
print a page header then print the detail lines and then a page footer. if there are only 2 detail lines I still need to print 3 lines with the "column" lines before the footer prints. I have put the column lines between the fields in the detail line, then added another footer with just the column lines in it. however I can not work how to print this footer from a loop I have put in the page footer.
________________
ph1 | ph2| ph3
________________
d1 | e2 | f1
d2 | e2 | f2
d3 | e3 | f3
d4 | e4 | f4
__d5__|_e5_|_f5___
footer1
if this makes sense, please help. Willing to try any thing.
using xp and office 2000, not a regular user of access and vba
print a page header then print the detail lines and then a page footer. if there are only 2 detail lines I still need to print 3 lines with the "column" lines before the footer prints. I have put the column lines between the fields in the detail line, then added another footer with just the column lines in it. however I can not work how to print this footer from a loop I have put in the page footer.
________________
ph1 | ph2| ph3
________________
d1 | e2 | f1
d2 | e2 | f2
d3 | e3 | f3
d4 | e4 | f4
__d5__|_e5_|_f5___
footer1
if this makes sense, please help. Willing to try any thing.
using xp and office 2000, not a regular user of access and vba