Hi,
sorry I wasn't clear in my post early.I meant that when I ran the query, it still shows the records that contains an empty date, and this is not desirable.
However, I seem to have fixed the problem by changing "is not null" into "is null" in the OR criteria. It works this way.
If you...