stocktondesigns
Technical User
I have a View query for the number of product registrations in my table. I have got my View query to SUM and give me a grand total, but I would like the view to show total for each month:
Date Total
Jan 20
Feb 30
Mar 22
In Access, I can use the 'Month: Format([Date],[mmm])' to format a date field, but in SQL ADP I am unable to use this in the View designer. Is there a way to generate the results I describe in a view?
Date Total
Jan 20
Feb 30
Mar 22
In Access, I can use the 'Month: Format([Date],[mmm])' to format a date field, but in SQL ADP I am unable to use this in the View designer. Is there a way to generate the results I describe in a view?