SimonPGreen
IS-IT--Management
Need some help here as I am not sure the best way to accomplish this.
I have a query that generates data as follows:
[PackageNo] [Date] [Amount]
12345 2/3/2007 100.00
12346 12/3/2007 500.00
I would like to report this in the format
[2/3/2007] [12/3/2007]
12345 100.00
12346 500.00
Totals 100.00 500.00
Is a Crosstab report the mechanism to do this? I am also going to need to do some more complex stuff like calculate the week ending that the payment falls into and use that rather that the actual payment date, some conditional formatting depending on payment status and sum at the bottom.
Appreciate any guidance you can give as reporting in Access is pretty new to me.
Regards,
Simon
I have a query that generates data as follows:
[PackageNo] [Date] [Amount]
12345 2/3/2007 100.00
12346 12/3/2007 500.00
I would like to report this in the format
[2/3/2007] [12/3/2007]
12345 100.00
12346 500.00
Totals 100.00 500.00
Is a Crosstab report the mechanism to do this? I am also going to need to do some more complex stuff like calculate the week ending that the payment falls into and use that rather that the actual payment date, some conditional formatting depending on payment status and sum at the bottom.
Appreciate any guidance you can give as reporting in Access is pretty new to me.
Regards,
Simon