I just create a schedule project and need help..
I have a schedule data as
ID Programme Start End Division
----------------------------------------------------------
M001 Math 1/1/2017 20/01/2017 Math
M002 Aljabar 2/2/2017 20/02/2017 Math
E001 Conversation 3/1/2017 25/01/2017 English
E002 Vocabs 3/1/2017 20/02/2017 English
I need to make it look like this:
ID Date
------------------
M001 1/1/2017
M001 2/1/2017
M001 3/1/2017
so on until 20/1/2017
M002 2/2/2017
M002 3/2/2017
so on until 20/02/2017
E001 3/1/2017
E001 4/1/2017
so on until 25/01/2017
E002 3/1/2017
E002 4/1/2017
so on until 20/02/2017
Thanks