Z
zSplash
I've been struggling with this problem for some time, and can't figure it
out: My searchForm has an unbound txtBox1 for "DateClosed". This txtBox1
is supposed to get data of the format "123005" (which means 12/30/05, not
10/09/2236).
When I input 123005, and try to filter the underlying table's "ClosedDate"
field (which is identified as a date field in the table), I am required to
re-enter the "DateClosed" data previously entered in txtBox1. (my
underlying search string is: "([DateClosed] = 12/30/05)" )
Nothing is found. I know entries exist for 12/30/05, but none exist for
10/09/2236, so I'm thinking when I enter the data the second time around, it
is looking for the 10/09/2236 date.
I can't figure out why it's asking for input a second time. Also, how do I
make it search for the date 12/30/05. I hope this is clear enough for
someone to understand the problem. Excuse my faults, please.
TIA
out: My searchForm has an unbound txtBox1 for "DateClosed". This txtBox1
is supposed to get data of the format "123005" (which means 12/30/05, not
10/09/2236).
When I input 123005, and try to filter the underlying table's "ClosedDate"
field (which is identified as a date field in the table), I am required to
re-enter the "DateClosed" data previously entered in txtBox1. (my
underlying search string is: "([DateClosed] = 12/30/05)" )
Nothing is found. I know entries exist for 12/30/05, but none exist for
10/09/2236, so I'm thinking when I enter the data the second time around, it
is looking for the 10/09/2236 date.
I can't figure out why it's asking for input a second time. Also, how do I
make it search for the date 12/30/05. I hope this is clear enough for
someone to understand the problem. Excuse my faults, please.
TIA