I have a table that has the following info:
name start date end date
entry1 08/01/2007 10/01/2007
entry2 09/01/2007 09/01/2007
I need to be able to split select multiple entries for the rows that have different dates, so for example I would get:
name start date end date
entry1 08/01/2007 10/01/2007
entry1 09/01/2007 10/01/2007
entry1 09/01/2007 10/01/2007
entry2 09/01/2007 09/01/2007
has anyone got any idea how I could achieve this?
cheers
Tim
name start date end date
entry1 08/01/2007 10/01/2007
entry2 09/01/2007 09/01/2007
I need to be able to split select multiple entries for the rows that have different dates, so for example I would get:
name start date end date
entry1 08/01/2007 10/01/2007
entry1 09/01/2007 10/01/2007
entry1 09/01/2007 10/01/2007
entry2 09/01/2007 09/01/2007
has anyone got any idea how I could achieve this?
cheers
Tim