I have to do something similar to the above. However, I need some If's statement, I believe. I need to:
In Fieldname [TypeofMove], I need to count
how many records = "Transfer"
If [TransferDate] >12/31/03 and <2/1/04
Basically, what I'm trying to do is get the amount of transfers by month. I need it to display on the report like Jan Feb Mar Apr and so on. So under Jan would be the number of transfers that happened in the month of January.
Thanks in advance.