I have a form based on a query of two tables. The form contains several textboxes based on the query. One of the tables in the query contains a date field. What I'm trying to accomplish is putting a combo box on my form that will let me select a date then filter all the data from the query that corresponds to that date and return it to the form.