Enter date range in base query

I cannot resolve the syntax for limiting a query for a date range, where the date column is in the format 01/01/15 00:00.

I want to return all records in 2015.5837

You just put as criteria "Between "+first date + " and " + second date

Hi

Two techniques illustrated on this FAQ page, including screenshots.

Regards