Hi,
I still consider myself a novice with Access having only been using it properly for around 6 months but I've always been able to solve everything without directly requesting assistance. E.g by using google / the forums, that was until now..
My issue is this. I have a data table (dbo_StatusHistory) presented as below (the attached image shows it better).
Current Data
*dbo_StatusHistory
CaseID sStatusDesc sDate
1 API 01/07/2014
1 LRF 03/07/2014
2 API 02/07/2014
2 DIP 04/07/2014
3 API 02/07/2014
3 QUO 11/07/2014
DESIRED QUERY RESULT:
CaseID STATUS 1 STATUS 2 DATE 1 DATE 2
1 API LRF 01/07/2014 03/07/2014
2 API DIP 02/07/2104 04/07/2014
3 API QUO 02/07/2014 11/07/2014
The original table will always be formatted correctly. So I basically need the 1st three letter status to appear in Status 1, 2nd to appear in Status 2 and the corresponding dates.
Other info:
There could be up to 50 statuses & dates.
It will be part of a bigger query so if it isn't too labour intensive I would like to have it as part of the expression builder.
Hope this makes sense and I would massively appreciate any help that could be given.
Thanks,
Milli
I still consider myself a novice with Access having only been using it properly for around 6 months but I've always been able to solve everything without directly requesting assistance. E.g by using google / the forums, that was until now..
My issue is this. I have a data table (dbo_StatusHistory) presented as below (the attached image shows it better).
Current Data
*dbo_StatusHistory
CaseID sStatusDesc sDate
1 API 01/07/2014
1 LRF 03/07/2014
2 API 02/07/2014
2 DIP 04/07/2014
3 API 02/07/2014
3 QUO 11/07/2014
DESIRED QUERY RESULT:
CaseID STATUS 1 STATUS 2 DATE 1 DATE 2
1 API LRF 01/07/2014 03/07/2014
2 API DIP 02/07/2104 04/07/2014
3 API QUO 02/07/2014 11/07/2014
The original table will always be formatted correctly. So I basically need the 1st three letter status to appear in Status 1, 2nd to appear in Status 2 and the corresponding dates.
Other info:
There could be up to 50 statuses & dates.
It will be part of a bigger query so if it isn't too labour intensive I would like to have it as part of the expression builder.
Hope this makes sense and I would massively appreciate any help that could be given.
Thanks,
Milli