I found the calendar contol. Now I want to be able to click on the calendar then opens a query with the date as the criteria. On the calendar control property, I set the event "on update" to the query name, then in the query criteria I put "[form]![frmName]![CalendarControl].[value]. But it didn't work. What did I do wrong? Thanks.