G
Guest
I have a date range that the user needs to use. 10/1/2002 thru 9/30/2005.
They can only use the dates in this range. Nothing before 10/1/2002 and
nothing after 9/30/2005. I have tried the "Between #10/1/2002# And
#9/30/2005#" and
">= #10/1/2002# And #<= #9/30/2005#" and "Between Date()-896 And
Date()+315". None of these work. The date allow in without an error is
10/1/2002. You cannot enter anything between the range which is what I want
to do.
Is there a way to do either by a macro or SQL Statement or in a module and
what would the code look like.
Donna
They can only use the dates in this range. Nothing before 10/1/2002 and
nothing after 9/30/2005. I have tried the "Between #10/1/2002# And
#9/30/2005#" and
">= #10/1/2002# And #<= #9/30/2005#" and "Between Date()-896 And
Date()+315". None of these work. The date allow in without an error is
10/1/2002. You cannot enter anything between the range which is what I want
to do.
Is there a way to do either by a macro or SQL Statement or in a module and
what would the code look like.
Donna