I've been working on an excel calendar project that's now migrating into access.
Essentially, I have a table of events entered by various users and I need to create a report/view of such events by month.
The table collects the following basic info:
created by:
date start:
event name:
date end:
The view below essentially displays how I need this to look as in a report.
Jan || Feb || Mar || April ||
JanEv1 FebEv1 MarEv1 AprEv1
JanEv2 FebEv2 MarEv2 AprEv2
JanEv3 AprEv3
AprEv4
I was able to achieve the format above in Excel using array formulas, however, in Access, I've been trying numerous times to get it to show via CrossTab query, but coming up empty. I was advised to do a separate query which assigns an order number for the events per month (which in turn is used as the row heading in a crosstab query), but I am unable to do so successfully.
How can I achieve what I want to do above?
Essentially, I have a table of events entered by various users and I need to create a report/view of such events by month.
The table collects the following basic info:
created by:
date start:
event name:
date end:
The view below essentially displays how I need this to look as in a report.
Jan || Feb || Mar || April ||
JanEv1 FebEv1 MarEv1 AprEv1
JanEv2 FebEv2 MarEv2 AprEv2
JanEv3 AprEv3
AprEv4
I was able to achieve the format above in Excel using array formulas, however, in Access, I've been trying numerous times to get it to show via CrossTab query, but coming up empty. I was advised to do a separate query which assigns an order number for the events per month (which in turn is used as the row heading in a crosstab query), but I am unable to do so successfully.
How can I achieve what I want to do above?