You are asked to define a query that displays records that have dates
between Jan 1, 2017 and Dec 31, 2017. Which of the below would you put as
your criteria
<= # 1/1/2017# and >= # 12/31/2017#
>= # 1/1/2017 # and <= # 12/31/2017#
Any of the above