You have two choices, either format the date outside the string to an uambigious dateformat or use the full form refrence to your datecontrol inside the expression.
Either:
CheckDate = DCount("*", "tblDATEOpen", "[ACTUALDATE] =" & Format(Me.IBTDATE ,"\#mm\/dd\/yyyy\#"))
Or:
CheckDate =...