G
Guest
I have a table that has three three fields with data. An example is below:
Operator Scrap Amount Year-Month
---------- ----------------- --------------
BRAD D $791.00 200612
TIM H $500.00 200611
BRAD D $350.00 200611
I would like to build a query that would take the December amount $791.00
for BRAD D and compare it to his previous month of $350.00 for November. Is
there a way I can do this?
Operator Scrap Amount Year-Month
---------- ----------------- --------------
BRAD D $791.00 200612
TIM H $500.00 200611
BRAD D $350.00 200611
I would like to build a query that would take the December amount $791.00
for BRAD D and compare it to his previous month of $350.00 for November. Is
there a way I can do this?