I created a new form with a calendar. I tried to click a day and it is bringing up all the days again. This is the expression I used in my date field: (="#" & Forms![name of form with calendar]![name of calendar control] & "#" ). Every time I try to run the query it will basically say that the expression that I entered is to complexed. I guess my question is that how do I make a connection between the day I click into the calendar and the command button that I want to do. Please Help.