Hi guys,
Hope you can help out. I would like to create a query or piece of code to create records based on a start and end value. So I got this data:
Name Value Start End
DF334 ABC 2004 2007
DF335 DEF 1998 2001
DF336 DEF 2013 2016
And I want to make it like this:
DF334 ABC 2004
DF334 ABC 2005
DF334 ABC 2006
DF334 ABC 2007
DF335 DEF 1998
DF335 DEF 1999
DF335 DEF 2000
DF335 DEF 2001
etcetera
How could I resolve this?
Hope to hear from you! Thanks
Hope you can help out. I would like to create a query or piece of code to create records based on a start and end value. So I got this data:
Name Value Start End
DF334 ABC 2004 2007
DF335 DEF 1998 2001
DF336 DEF 2013 2016
And I want to make it like this:
DF334 ABC 2004
DF334 ABC 2005
DF334 ABC 2006
DF334 ABC 2007
DF335 DEF 1998
DF335 DEF 1999
DF335 DEF 2000
DF335 DEF 2001
etcetera
How could I resolve this?
Hope to hear from you! Thanks
Comment