Hi all,
I am having trouble in formating my subreport which have only three fields to show.
1. Date 2. Invoice Number 3. Payment
My Current sub-report prints invoice numbers and date against each payment like as follows:
Date: Invoice Payment
16/02/2007 1245 $2585.00 <--| one payment made
16/02/2007 2154 $2585.00 <--| repeating
18/02/2007 857 100.00
02/01/2007 449 $124.00 <--| one payment made
02/01/2007 694 $124.00<--| repeating
and so on......... Instead of that format i want to use
The case is that i want to print Invoice numbers in a row seperated by commas the following way:
Requirement
Date: Invoices Payment
16/02/2007 Invoice Numbers: 1245,2154 $2585.00
18/02/2007 Invoice Numberrs:857 $100.00
02/1/2007 Invoice Numbers: 449, $124.00
can anybody please help me in this regard.
Hamidch
Edited by mhamidch - 27 Jun 2007 at 7:28am