In The Access database writes data about bus tours.Records are: start date, end date, name tours, number of passengerer, place of arrival and departure, etc.
For example: name "Fabulosa", pax 45, arrival: Ljubljana 12.01.2013., departure: Dubrovnik 21.01.2013..
How to make a crosstab query which would include columns StartDate and ENDDATE were presented column
all days of the year.
for example:
Row heading: STARTDATE, ENDDATE, name tours
Column heading date: 1.1.2013., 2.1.2013., 3.1.2013., .............. 31.12.2013 ..
Value: the highlighted range between StartDate and ENDDATE.
Thanks for your reply,