I am new to Crystal Reports 2008 and have not been able to find a solution to this:
I have a table of events. Each record has a start date and an end date. Many events occur over a range of dates.
I want to print a calendar of events, in date order. (every event that occurs on each date)
Since the only dates stored in the table are the start and end dates, I need a way to print each event on the report for each day that it occurs. To print based on the date range, rather than the start or end date. i.e. if the event starts on 12/22/2011 and ends on 12/24/2011, I need it tp appear on the calendar on 12/22, 12/23 and 12/24.
??