C
Cam
Hello,
I have a query with the following data.
completion date, part category, avgLT, countOrder
Completion date in format of m/dd/yyyy and there are over thousand of records.
I would like to format it so that the completion date is grouped by month
(add up all the avgLT and countOrder fields in that month and then another by
week. Is there a way to do that in query? Thanks
I have a query with the following data.
completion date, part category, avgLT, countOrder
Completion date in format of m/dd/yyyy and there are over thousand of records.
I would like to format it so that the completion date is grouped by month
(add up all the avgLT and countOrder fields in that month and then another by
week. Is there a way to do that in query? Thanks