Ok, so I know this is a simple solution, but I just can't seem to get it to work...
In am trying to sum up usage data for items in an item master. I have a table that has all the possible item numbers in it (unique) then a table with usage for each month. So the January table will only contain some of the values on the item masetr, and the Feb table will only contain some.
I want to create a query that displays the item number, the usage for each month and then SUMS up the two months. If only one month is available then I want the sum to just be that one value.
I have been playing with the grouping feature in the query and it only returns a sum if there is a value present for each of the months.
Please help...very frustrated...
Thanks!
In am trying to sum up usage data for items in an item master. I have a table that has all the possible item numbers in it (unique) then a table with usage for each month. So the January table will only contain some of the values on the item masetr, and the Feb table will only contain some.
I want to create a query that displays the item number, the usage for each month and then SUMS up the two months. If only one month is available then I want the sum to just be that one value.
I have been playing with the grouping feature in the query and it only returns a sum if there is a value present for each of the months.
Please help...very frustrated...
Thanks!