I need to create a report that groups by the month portion of a Date field. I tried:
Left([DATEIN],2) in a query to see if I could get the month part out of it but I get a 'Datatype mismatch in criteria expression' error. Is there a way to do this so they can get the data separated by month?
Left([DATEIN],2) in a query to see if I could get the month part out of it but I get a 'Datatype mismatch in criteria expression' error. Is there a way to do this so they can get the data separated by month?