P
Peter Kinsman
I am trying to mimic an AS/400 program, which prints invoices on pre-printed
forms. Each sheet can print eight detail lines, but the first line of a
continuation sheet is just the word CONTINUATION. I have tried using a
subreport in the PageHeader section, but that packs up after the first eight
records. I wondered about using an eight line matrix, which is populated at
detail time, but couldn't work out how to force a new page to carry on after
the first eight records. Is there a way in access to process a record for a
second time or to add blank detail records? I have been using vertical
lines in the detail section to draw the form, but this only works if a
record exists. I could add the extra records to create a file rather than
use a query, but that seems rather extreme.
Has anyone solved a similar problem please?
Many thanks
Peter Kinsman
forms. Each sheet can print eight detail lines, but the first line of a
continuation sheet is just the word CONTINUATION. I have tried using a
subreport in the PageHeader section, but that packs up after the first eight
records. I wondered about using an eight line matrix, which is populated at
detail time, but couldn't work out how to force a new page to carry on after
the first eight records. Is there a way in access to process a record for a
second time or to add blank detail records? I have been using vertical
lines in the detail section to draw the form, but this only works if a
record exists. I could add the extra records to create a file rather than
use a query, but that seems rather extreme.
Has anyone solved a similar problem please?
Many thanks
Peter Kinsman