Assuming that you have a field called Year, then put this in the Record Selection formula:
{DB.Year} in ["2010", "2011", "2012", "2013", "2014"]
or you could use greater than/less than. >= and <= .
If you have an actual date field you can use:
{DB.Date} in Date(2010, 01, 01) to Date(2014, 12...