I have a table that lists events with a start and end date. Im having trouble coming up with a way I could duplicate these records in a report.
Example:
EVENT 1 3/15/18 – 3/20/18
EVENT 2 3/15/18 - 3/15/18
outputs
3/15 event 1 event 2
3/16 event 1
3/17 event 1
and so on
i imagine i have to do it with code because i have no luck doing it with a query.
Example:
EVENT 1 3/15/18 – 3/20/18
EVENT 2 3/15/18 - 3/15/18
outputs
3/15 event 1 event 2
3/16 event 1
3/17 event 1
and so on
i imagine i have to do it with code because i have no luck doing it with a query.