Hi, with at DateTime property I'd like to compare only using the date part. But the like method of DateTime needs a datetime.datetime instance, not a datetime.date instance. How can I formulate the like condition to only select those records whose DateTime propery match a datetime.date instance? Regards Lutz