S
Steve Andler
Hello ;
I'd like to compare to month's data ;
Month1 ;
Part No Cost Qty
111 5 50
222 10 100
333 15 150
Month2 ;
Part No Cost Qty
111 50 500
333 15 150
444 200 2000
I want my query result to show ;
Month1 Month2 Diff
Part No Cost Qty Cost Qty Cost Qty
111 5 50 50 500 -45 -450
222 10 100 10 100
333 15 150 15 150 0 0
444 200 2000 -200 -2000
What kind of query needs to be written for this ?
I would greatly appreciate any help .
Thanks in advance
Steve
I'd like to compare to month's data ;
Month1 ;
Part No Cost Qty
111 5 50
222 10 100
333 15 150
Month2 ;
Part No Cost Qty
111 50 500
333 15 150
444 200 2000
I want my query result to show ;
Month1 Month2 Diff
Part No Cost Qty Cost Qty Cost Qty
111 5 50 50 500 -45 -450
222 10 100 10 100
333 15 150 15 150 0 0
444 200 2000 -200 -2000
What kind of query needs to be written for this ?
I would greatly appreciate any help .
Thanks in advance
Steve