C
Chris Sergent
Gwen,
You just have to make a simple change it appears:
If your field is [servicedate], write this in the query:
Month Started:Format([servicedate],"mmmm")
This should give you the months. Also make sure you are
not using any criterias within the query that might cause
data to be excluded.
Chris
Januarys, February and so on.
returns January or December.
You just have to make a simple change it appears:
If your field is [servicedate], write this in the query:
Month Started:Format([servicedate],"mmmm")
This should give you the months. Also make sure you are
not using any criterias within the query that might cause
data to be excluded.
Chris
date independent of the year of service.-----Original Message-----
Please help.
I want to group employees by the month of their service
month based on the year of service. So, I getting severalEveryone who started in January, February and so on. I do not care about the year.
The result I am getting is grouping the employees by
Januarys, February and so on.
([servicedate]), "mmmm") in the query and report, but itAlso, I have tried using format(month
returns January or December.