I just posted this question in the Access Forum as the data is within a MS Access database. It may be possible to get Access to perform this query however my thinking is that Crystal would be more suited for the job. Would designing this query in Crystal be less complex a task due the additional reporting features Crystal provides ? KMD
=====================================================================================================================================
The 'Parts' Table contains a Date Field called [PURDATE] which contains the date the part was purchased.
I need a query to display parts purchased as a function of year and month of the purchase :
YEAR_MONTH COUNT OF RECORDS
2018-JAN 596
2018-FEB 456
Any thoughts on how best to accomplish this ?
KMD