ElleNewUser
Programmer
I am trying to create a report to produce a customer statement. The data is all appearing correctly and is totalling as required. My problem is getting the data to appear in the correct places.
Eg.
A customer statement can be more than 1 page and at the top of every page I want the customer name, address, account number and date to appear so I am placing this data in the page header section and this is working fine.
In the detail section I have all my transactional data appearing such as invoice no, product code etc.
The problem I'm running into is at the end of the statement I have a section on Account summary which gives the opening balance, debits, credits and closing balance.
I only want this to appear on the last page of the statement (if the statement is more than 1 page long) but I don't know how to do this. I want this to appear right at the end of the report which I could put into the page footer and this would work fine for any customer whose statement is only 1 page long but for multiple page statements it will print the account balance at the bottom of each page which is not what I require.
Any help would be great.
Thanks,
Elle
Eg.
A customer statement can be more than 1 page and at the top of every page I want the customer name, address, account number and date to appear so I am placing this data in the page header section and this is working fine.
In the detail section I have all my transactional data appearing such as invoice no, product code etc.
The problem I'm running into is at the end of the statement I have a section on Account summary which gives the opening balance, debits, credits and closing balance.
I only want this to appear on the last page of the statement (if the statement is more than 1 page long) but I don't know how to do this. I want this to appear right at the end of the report which I could put into the page footer and this would work fine for any customer whose statement is only 1 page long but for multiple page statements it will print the account balance at the bottom of each page which is not what I require.
Any help would be great.
Thanks,
Elle