greekpatriott
Technical User
is it possible to split a row of a table or query into two rows? This is a mathematical sort of question.
for example:
[startdate][enddate] [value][Duration]
18/01/04 04/02/04 100 18
To be changed to this or something similar:
[startdate][enddate] [value] [Duration]
18/01/04 31/01/04 77.8 14
30/02/04 04/02/04 22.2 4
Cheers. I think it is a difficult question.
for example:
[startdate][enddate] [value][Duration]
18/01/04 04/02/04 100 18
To be changed to this or something similar:
[startdate][enddate] [value] [Duration]
18/01/04 31/01/04 77.8 14
30/02/04 04/02/04 22.2 4
Cheers. I think it is a difficult question.