L
LJones
Hello,
I've worked quite a lot with aggregate functions in
queries, but cannot seem to accomplish this one.
From one query, I get the following 4 records:
BILL PART PriorPD CurrPD PriorQTY CurrQTY
8825-1 8078 0406 0 25 0
8825-2 8078 0 0407 0 25
8803 8078 0406 0407 22 21
8811 8078 0406 0407 5 5
With my next query I want to combine the first two records
above into one line, excluding the "BILL" field:
PART PriorPD CurrPD PriorQTY CurrQTY
8078 0406 0407 25 25
8078 0406 0407 22 21
8078 0406 0407 5 5
Nothing I have tried so far has produced the desired
result. Any help is appreciated!
Thanks,
LJ
I've worked quite a lot with aggregate functions in
queries, but cannot seem to accomplish this one.
From one query, I get the following 4 records:
BILL PART PriorPD CurrPD PriorQTY CurrQTY
8825-1 8078 0406 0 25 0
8825-2 8078 0 0407 0 25
8803 8078 0406 0407 22 21
8811 8078 0406 0407 5 5
With my next query I want to combine the first two records
above into one line, excluding the "BILL" field:
PART PriorPD CurrPD PriorQTY CurrQTY
8078 0406 0407 25 25
8078 0406 0407 22 21
8078 0406 0407 5 5
Nothing I have tried so far has produced the desired
result. Any help is appreciated!
Thanks,
LJ