T
tdmailbox
I have a access query hitting a sql back end.
I am looking for dates for a certain field within a month
gives me the results I am looking for. But I want to use pop ups that
ask the user the dates
what is the correct syntax for this?
I am looking for dates for a certain field within a month
=#4/1/2005# And <=#4/30/2005#
gives me the results I am looking for. But I want to use pop ups that
ask the user the dates
=[from] And <=[to] returns the wrong values it misses for dates in the middle of the month
=#[from]# And <=#[to]# is not allowed by access.
what is the correct syntax for this?