I have a report that is pulling data from a query. I figured out how to get the report to pull for just a specific month, but was told they would rather have the report pull by year with a breakdown in quarters. I think I have the quarter part figured out. I can not however, figure out what to put in the criteria of the query so that it asks for a 4 digit date.
This is the formula I found for pulling by month
Between DateValue([enter mm/yyyy]) And DateAdd("m",1,DateValue([enter mm/yyyy]))-1
Yes, I am fairly nooby at Access.. so please be gentle.
This is the formula I found for pulling by month
Between DateValue([enter mm/yyyy]) And DateAdd("m",1,DateValue([enter mm/yyyy]))-1
Yes, I am fairly nooby at Access.. so please be gentle.