It looks like you have a date1 and date2 for your effective date range of your forms. In your query you could have a calculated column with an IIF function that looks like IIF(MyDate between date1 and date2, 1,0) then just select all records that return 1.