Hi everyone,
I have a wierd report to build and very little time to do it. Here's the situation:
The data for the report is drawn from two tables: Checks and CheckLines. Checks table has Checknumber, CheckDate and CheckAmount. Check lines has Checknumber, Linenumber, OrderNumber, OrderDate and OrderAmount. The sum of OrderAmount in the CheckLines table is equal to the Check amount in the checks table.
Here's the kicker: Each page on the report has three equal sections. The check needs to print on the bottom-most section. The top and the middle portion need to be identical and need to print the check lines. The question is: How can I make the same check lines print twice on the same page. An example of this is:
-------------------------------------------------------
Section 1:
Line1 OrderNum1 OrderDate1
Line2 OrderNum2 OrderDate2
Line3 OrderNum3 OrderDate3
--------------------------------------------------------
Section 2:
Line1 OrderNum1 OrderDate1
Line2 OrderNum2 OrderDate2
Line3 OrderNum3 OrderDate3
---------------------------------------------------------
Section 3:
Printed Check with Check number and amount
---------------------------------------------------------
Once again, Section 1 and 2 need to print the same thing and both need to print on the same page.
Please help!!!!
Thanks,
Nick
I have a wierd report to build and very little time to do it. Here's the situation:
The data for the report is drawn from two tables: Checks and CheckLines. Checks table has Checknumber, CheckDate and CheckAmount. Check lines has Checknumber, Linenumber, OrderNumber, OrderDate and OrderAmount. The sum of OrderAmount in the CheckLines table is equal to the Check amount in the checks table.
Here's the kicker: Each page on the report has three equal sections. The check needs to print on the bottom-most section. The top and the middle portion need to be identical and need to print the check lines. The question is: How can I make the same check lines print twice on the same page. An example of this is:
-------------------------------------------------------
Section 1:
Line1 OrderNum1 OrderDate1
Line2 OrderNum2 OrderDate2
Line3 OrderNum3 OrderDate3
--------------------------------------------------------
Section 2:
Line1 OrderNum1 OrderDate1
Line2 OrderNum2 OrderDate2
Line3 OrderNum3 OrderDate3
---------------------------------------------------------
Section 3:
Printed Check with Check number and amount
---------------------------------------------------------
Once again, Section 1 and 2 need to print the same thing and both need to print on the same page.
Please help!!!!
Thanks,
Nick