910 questions
In the conditional formatting expression call the DLookup function like this:
DLookup("ColumnName","TableName","ColumnName = #" & Format([ControlName],"yyyy-mm-dd") & "#") IS NOT NULL
Note that the use of the ISO standard for date notation of YYYY-MM-DD when building the date literal prevents any international ambiguity of the date format.