Skipping Report Sections

D

DaleMatt

I need to skip report sections while not advancing the record in a report.

As an example:
Record 1: Print report header and detail sections. Skip the footer.
Record 2: Skip the header and detail sections. Print the footer.

Record 3: Skip the header and detail sections. Print the footer. THEN,
while not advancing the record off of Record 3, print the header and detail
sections.

(Explaining why I want to do this would just be confusing; trust me, though,
this particular report and this dataset requires it.)

The report would look like this:

Header: Record 1
Detail: Record 1
Footer: Record 2
Footer: Record 3
Header: Record 3
Detail: Record 3

Using the On Format event I'm able to handle records 1 and 2. Record 3 is
giving me a problem: how do you skip sections and go back to the Header
section without advancing the record?

Any ideas would be greatly appreciated...
 

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