S
Supe
I have an existing report that gives me a monthly shipment total by having a
Month Footer give me a monthly total using Sum[InvQty]. The business manager
wants to add a column to this report that would have two columns, one for
current year and one for previous year. Report would like like below:
2006 2005
January 111 99
February 88 101
March 70 65
Is there an IIf function I can use in this Month Footer that would give me
the monthly totals by whatever year is listed in the Year field of the query?
Tried setting up IIf statements myself but keep getting an invalid syntax
error.
Month Footer give me a monthly total using Sum[InvQty]. The business manager
wants to add a column to this report that would have two columns, one for
current year and one for previous year. Report would like like below:
2006 2005
January 111 99
February 88 101
March 70 65
Is there an IIf function I can use in this Month Footer that would give me
the monthly totals by whatever year is listed in the Year field of the query?
Tried setting up IIf statements myself but keep getting an invalid syntax
error.