Hello my sql/access friends
I have a table with a date/time field named “teLezenOp”
and I use the following line in VBA:
SELECT * FROM tblBericht WHERE (teLezenOp<=#" & MediumDate(Now, Now) & "# or teLezenOp is Null ) ORDER BY datum
(I use the european notation dd-mm-yyyy)
Here is what goes...