I assume that you are going to specify the start date value as constant like #01-01-2011# in the criteria row in the Query.
The second expression for the enddate you may use the following expression:
dateadd("yyyy",Inputbox("Year +/-"),date())
While running the query a msgbox will appear with...