Hi all,
well i am not sure how to describe this in the appropriate terms. so pls forgive me...
here goes..
i have a table off from a query that has IDs and units. How do i group similar records together by IDs and create a difference between units... see illustration.
(query1)
IDs |Units
1111 4
1111 6
1111 2
1111 7
1111 9
2222 8
2222 2
2222 5
if i were to build a query on this, how would i get it to become:
(query2)
ID |Units of Order1| Units of order2| Units of Order3|Units of Order4
1111 4 6 2 7
2222 8 2 5
hope my description is not too confusing...
thanks in advance
HK
well i am not sure how to describe this in the appropriate terms. so pls forgive me...
here goes..
i have a table off from a query that has IDs and units. How do i group similar records together by IDs and create a difference between units... see illustration.
(query1)
IDs |Units
1111 4
1111 6
1111 2
1111 7
1111 9
2222 8
2222 2
2222 5
if i were to build a query on this, how would i get it to become:
(query2)
ID |Units of Order1| Units of order2| Units of Order3|Units of Order4
1111 4 6 2 7
2222 8 2 5
hope my description is not too confusing...
thanks in advance
HK