Date-90 should work. However, if your fields contain time values, using Between with dates (and no time) poses a special problem. If the field values were
07/01/2016 2:00:00 PM and 07/13/2016 5:00:00 AM, then for
Between #07/01/2016# And #07/13/2016#, you will get no values for 07/13/2016 because no time was specified. The second date cutoff time will be 00:00:00 (midnight).
>= and <= operators or adding a suitable hour to the end date (DateAdd) is required.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.