Runawaygeek
Registered User.
- Local time
- Today, 04:09
- Joined
- Mar 28, 2016
- Messages
- 77
Hi,
I have data that looks something like below,
ID | DATE | INFO
111 1/05/2016 Prog A
111 3/05/2016 Prog A
111 2/05/2016 Prog A
222 1/05/2016 Prog B
222 6/05/2016 Prog B
333 2/05/2016 Prog C
The ID is NOT Unique, it's a TV Programme ID
What i want is a way to sort the IDs into date order (which i have kind of done by just setting "Sort Asc" in the Columns within the query)
But then i want to add a 4th column that adds data, First Delivery, Update Delivery.
ID | DATE | INFO | Delivery_Type
111 1/05/2016 Prog A First_Delivery
111 3/05/2016 Prog A Update_Delivery
111 2/05/2016 Prog A Update_Delivery
222 1/05/2016 Prog B First_Delivery
222 6/05/2016 Prog B Update_Delivery
333 2/05/2016 Prog C First_Delivery
**sorry for my poor tables layout, i dont know how to make them on this forum!**
Any ideas how i go about this??
Thank you,
I have data that looks something like below,
ID | DATE | INFO
111 1/05/2016 Prog A
111 3/05/2016 Prog A
111 2/05/2016 Prog A
222 1/05/2016 Prog B
222 6/05/2016 Prog B
333 2/05/2016 Prog C
The ID is NOT Unique, it's a TV Programme ID
What i want is a way to sort the IDs into date order (which i have kind of done by just setting "Sort Asc" in the Columns within the query)
But then i want to add a 4th column that adds data, First Delivery, Update Delivery.
ID | DATE | INFO | Delivery_Type
111 1/05/2016 Prog A First_Delivery
111 3/05/2016 Prog A Update_Delivery
111 2/05/2016 Prog A Update_Delivery
222 1/05/2016 Prog B First_Delivery
222 6/05/2016 Prog B Update_Delivery
333 2/05/2016 Prog C First_Delivery
**sorry for my poor tables layout, i dont know how to make them on this forum!**
Any ideas how i go about this??
Thank you,