Optical Mark Recognition (OMR)

  • Thread starter knawtn via AccessMonster.com
  • Start date
K

knawtn via AccessMonster.com

Hi. Let's say I print this report rpt_Invoices.

The result is 50 pages of invoices where 3 may go to the same address, 5 may
go to another, or maybe 1 page goes to a single address, etc. In other words,
one or more may go to the same address. I have added a 1" line on each page
for our folder/inserter machine to read via built-in OMR functionality. I'd
like to add a second 1" line that will tell the machine that the end of the
group has arrived, meaning that the particular group all go to the same
[OwnerAddress]. This second line will have a property setting of Visible......
.No.

How do I code this so that the second mark will show up on the last page in
each group of the rpt_Invoices? My brain tells me to try:

If [OwnerAddress] EndOfGroup = True Then
Line2.Visible = True
else Line2.Visible = False
End If

Am I in the ballpark? I found there is no such thing as EndOfGroup. I have
added a Group Header to the rpt_Invoices and based it on the [OwnerAddress]...
..then I realized I needed help.

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top