Borge Hansen
pcs at azizaz.com
Wed Aug 23 21:19:09 CDT 2006
Rocky, I've looked at the suggestion that Ketz et. al provide in their AccessXP Handbook. Your solution sounds like it's based only on a few lines of code in the Detail_Format event plus input about the number of labels you want to skip. I tried something like that and can't get the starting of the label printing to move.... regards Borge ----- Original Message ----- From: "Rocky Smolin - Beach Access Software" <bchacc at san.rr.com> > I print labels one at a time to mail out a consumer based product in an > envelope so in the Detail_Format event of the label printing report, I use: > > Me.MoveLayout = True > Me.NextRecord = False > Me.PrintSection = False > > and iterate for the number of labels you want to skip. But, of course, > you have to know how many labels you want to skip and pass that to the > loop or counter.