Crosstab query question

M

medirate

I have a table of injury dates (field name injdate). I would like to produce
a crosstab query with the year on the left side (as rows) and the month at
the top (as columns). The total number of injuries appear at each
intersection of year and month. Is this possible? I created a query with
two fields, InjYear: Year([injdate]) and InjMonth: Month([injdate]). Any
pointers, including SQL code would be greatly appreciated.

If this is not possible, then instructions on how to do this in a report
will be helpful.
Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top