Hello!
I have this query:
SELECT [namefield] from [nametable] where date1> #"&Date()&"#
Thia query has to return the [namefields] that have date1 greater than current date. Instead of this it returns all the namefields of the table. Even the namefields that have date1 less than current date. I cant explain why.
I would appreciate any help because I am quite confused

Thanks