Hello, thanks for the replies:
Using
"SELECT CDate([Recovery_Date]) FROM RB_LOCAL"
returns, for example, #10/9/1991#.
So, following Skip's recommendation, I tried
"SELECT * FROM RB_LOCAL WHERE CDate([Recovery_Date]) > #" & Date & "#"
... which results in a "Data type mismatch in...