Hi All
MS Access table problem
I can't quite work this one out - if this can be done in a query if would be best, but code would be fine to.
Current Table info:-
PartNo Price1 Price2 Price3 Price4
12345 0.00 0.00 1.20 0.00
12345 2.30 0.00 0.00 0.00
12345 0.00 3.20 0.00 0.00
12345 0.00 0.00 0.00 5.20
PartNo is the same, but different prices in each column, what I want is the following:-
PartNo Price1 Price2 Price3 Price4
12345 2.30 3.20 1.20 5.20
So multiple rows of the same PartNo into one row showing all the prices - there will never be more than one price in each column per PartNo
Can this be done?
Thanks in advance
MS Access table problem
I can't quite work this one out - if this can be done in a query if would be best, but code would be fine to.
Current Table info:-
PartNo Price1 Price2 Price3 Price4
12345 0.00 0.00 1.20 0.00
12345 2.30 0.00 0.00 0.00
12345 0.00 3.20 0.00 0.00
12345 0.00 0.00 0.00 5.20
PartNo is the same, but different prices in each column, what I want is the following:-
PartNo Price1 Price2 Price3 Price4
12345 2.30 3.20 1.20 5.20
So multiple rows of the same PartNo into one row showing all the prices - there will never be more than one price in each column per PartNo
Can this be done?
Thanks in advance