Hi,
I wish to transpose data in an Access table currently in a single column over many rows to many columns over single row:
Current format:
CHI DateIssued
123456 01/01/10
123456 01/02/10
987654 05/01/10
987654 09/01/10
Desired format:
CHI DateIssued1 DateIssued2
123456 01/01/10 01/02/10
987654 05/01/10 09/01/10
My aim is to calculate the interval between DateIssued1 and DateIssued2.
I've tried this with a crosstab query but unsuccessfully. There could be up to 500 DateIssued fields.
Any help appreciated.
thanks
Lucie
I wish to transpose data in an Access table currently in a single column over many rows to many columns over single row:
Current format:
CHI DateIssued
123456 01/01/10
123456 01/02/10
987654 05/01/10
987654 09/01/10
Desired format:
CHI DateIssued1 DateIssued2
123456 01/01/10 01/02/10
987654 05/01/10 09/01/10
My aim is to calculate the interval between DateIssued1 and DateIssued2.
I've tried this with a crosstab query but unsuccessfully. There could be up to 500 DateIssued fields.
Any help appreciated.
thanks
Lucie
Comment