I have a table that contains a single record for recurring time entries. For example the time entry will have one date (say 1st May), and then have a field in the record that says that it recurs 10 times at weekly intervals, i.e. 10 recurences * weekly / daily indicaor etc . The application multiplies this out on screen to show the entry for 10 instances say every Wednesday each week for 10 weeks. (1st May, 8th May, 15th May, 24th May etc etc )
However I need to report this by generating an entry for each of those recurrences in a seperate table as a seperate record in the table.
Anyone got any ideas how I should write a SQL select statement or query to achieve this ?
However I need to report this by generating an entry for each of those recurrences in a seperate table as a seperate record in the table.
Anyone got any ideas how I should write a SQL select statement or query to achieve this ?