Create an unbound form with two unbound text boxes. Name them txtBeginDate and txtEndDate. In the criteria line for the date field put this: Between [forms]![frmYourSearchFormName]![txtBeginDate] And [forms]![frmYourSearchFormName]![txtEndDate]
Now just add a command button to run the query and after clicking on the button you should see the results.