F
Frank Dulk
How do I do in a query to show only the records that have the date + 30 days
that are smaller than the current date?
that are smaller than the current date?
How do I do in a query to show only the records that have the date + 30 days
that are smaller than the current date?
The two are not the same things?
But sees that yours not this adding 30 days in the typed date:
would have to be:
MyDate + 30 <Dates ()
Does your example make that?