K
KrispyData
I created a crosstab query that outputs sales by each month (month as a
column header). I am creating a second query to retrieve sums of the months
I am interested.
Let's say the sales is as follows
Month1 Month2 Month3
$200 $100 $300
Here is the formula I am using:
Last3Months: Month1 + Month2 + Month3
Instead of getting the sum which shoudl be $600,
it looks like the formula is concatenating the values resuting in 200100300
i guess i can just sum it up in Excel but wanted to see if i can do it in
Access.
column header). I am creating a second query to retrieve sums of the months
I am interested.
Let's say the sales is as follows
Month1 Month2 Month3
$200 $100 $300
Here is the formula I am using:
Last3Months: Month1 + Month2 + Month3
Instead of getting the sum which shoudl be $600,
it looks like the formula is concatenating the values resuting in 200100300
i guess i can just sum it up in Excel but wanted to see if i can do it in
Access.