I am working on a service database for my brother. He has an appliance repair business and one of the reports I?m trying to design is for reporting Monthly Sales Tax. I built a Query using this formula: DatePart("m",[Date]) . This works great but it pulls all the data by month only and could span across multiple years is there a way to modify the formula to extract by year also I tried: DatePart("m","YYYY",[Date]) and this doesn?t work.
Any help is appreciated as usual.
Any help is appreciated as usual.
