I have a table with a date/time field formatted dd/mm/yyyy hh:mm:ss. I need to be able to select from this field via a form and query by using the dd/mm/yyyy data only. If I just put the dd/mm/yyyy criteria in my form "DateSelect" (the query criteria is Like (forms)!(DateSelect)!(text0)it obviously fails. How should I get it to query just on the dd/mm/yyyy part please (the easiest method preferably - if not the most elegant - new to this!) Thanks