Help - please:confused:
I have a table that, amongst other fields, has a Unique ID for each record and a date created. I'd like a crosstab like query that shows the number of records created by month.
It would look something like:
[INDENT][INDENT]Jan Feb Mar
Number Created 5 15 30
etc
I...