I have a dilemma that is really driving me crazy. i have a DB that the users will be inputing data into based on the a couple different results for each task. for example. if the user completes the task they will select an option within an option group (values 1, 2, & 3) and the user also makes a selection in another option group specifying what type of task it is (values 1, 2, & 3). each task has a date assigned to it (many duplicates). what i am trying to do is create a seperate form where an admin will open, type in the desired date, and the form will populate many text boxes displaying stats for that date. i understand the whole making unbound text boxes and building the expression in the control source to do the math. my problem is that i cannot find out how to create a filter that when the date is selected in an unbound text box, the information is then filtered to this new form.