Here is the problem I am running into now. In the query if I don't have the date field in there I am getting an error message of "data type mismatch" and if I do leave it I cannot get it to group and sum correctly. Here is the calculation I used.
WORK: Left([DATE],InStr([DATE],"/")-1) & "/" &...