I've been banging my head on the desk today. The Boss wants a report based on a payments table which includes, 12 date fields.
The query should return data for any record which has a match in any of these fields.
<code>SELECT *
FROM DETAILS
WHERE (((DETAILS.PaymentDate) Like Date())) OR...