V
VanW
Is there a way to ascertain what page # a particular
record will occupy on a report? Here is my problem. I've
created a report where each record obtained from the
particular query prints on a single page. A Table of
Contents (SubForm in datasheeet view)prints on page 1. The
records print sequence is different for each client based
on a priority field and then a test total field.
Currently, I am viewing the report for eache client first,
to see which sequence the records will be arranged in on
which page and then manually entering the page # into the
query behind the Table of Contents subform. How can I use
VBA to ascertain which page a particular record will print
on and then populate the page field in the subform.
Primary key is a combination of two fields. Thanks for any
help in advance.
Van
record will occupy on a report? Here is my problem. I've
created a report where each record obtained from the
particular query prints on a single page. A Table of
Contents (SubForm in datasheeet view)prints on page 1. The
records print sequence is different for each client based
on a priority field and then a test total field.
Currently, I am viewing the report for eache client first,
to see which sequence the records will be arranged in on
which page and then manually entering the page # into the
query behind the Table of Contents subform. How can I use
VBA to ascertain which page a particular record will print
on and then populate the page field in the subform.
Primary key is a combination of two fields. Thanks for any
help in advance.
Van