G
Guest
Hi
I have a table called purchase orders.
I have a crosstab query based on the this tab with uses the deilvery date as
the column heading formatted to show the month, and i use purchase order
number as the row heading.
When viewed my crosstab looks like this.
PO_Number Jan Feb Mar Apr May Jun
xxxxxxx £1000
xxxxxxx £5000
xxxxxxx £7000
and so on
I have created a report based on this crosstab and i'm trying to use a text
field to calculate the total for each month column.
I place the field in the report footer and typed =sum([Jan]) in the control
source but all i get when i run the report is #error in the box.
How do i fix this?
Thanks
I have a table called purchase orders.
I have a crosstab query based on the this tab with uses the deilvery date as
the column heading formatted to show the month, and i use purchase order
number as the row heading.
When viewed my crosstab looks like this.
PO_Number Jan Feb Mar Apr May Jun
xxxxxxx £1000
xxxxxxx £5000
xxxxxxx £7000
and so on
I have created a report based on this crosstab and i'm trying to use a text
field to calculate the total for each month column.
I place the field in the report footer and typed =sum([Jan]) in the control
source but all i get when i run the report is #error in the box.
How do i fix this?
Thanks