A
Andy
Can anyone help me with this?
I have 3 different queries each summing up a value for a given month.
Past sales, present sales, future sales, these only have two fields Month
and value.
What I want to do is create something like
Month Past Present Future
-------------------------------------
Jun 5278 3424 3454
Jul 5625 6254 5462
Jun 2562 5264 5262
Where it will merge the two values for Jun, this will account for more than
one product showing a summary of all sales.
Ive tried using crosstabs queries, nested queries, even writing SQL
statements but alas I seem to have hit a brick wall.
I have 3 different queries each summing up a value for a given month.
Past sales, present sales, future sales, these only have two fields Month
and value.
What I want to do is create something like
Month Past Present Future
-------------------------------------
Jun 5278 3424 3454
Jul 5625 6254 5462
Jun 2562 5264 5262
Where it will merge the two values for Jun, this will account for more than
one product showing a summary of all sales.
Ive tried using crosstabs queries, nested queries, even writing SQL
statements but alas I seem to have hit a brick wall.