K
Kelvin
I've used this string ">=[Begin Date] And <=[End Date]" many time, but I may
not have used it on a field that has a default value of Now().
I have a field (in my table), DateOfSale with the following values.
Format: Short Date
Input Mask: 99/99/0000;0;_
Default Value: Now()
With all of the above it stores the date including the time.
5/7/2008 2:40:07 PM
If I take the time part off manually, in the table, leaving this 5/7/2008 my
string works fine.
If I enter tomorrow's date it works fine, even if the time is included in
the data
I've deleted the field off the form and added it back on, still stores the
date and TIME.
How can I get the date formatted so my string will recognize the date.
What am I missing here?
Thanks
Kelvin
not have used it on a field that has a default value of Now().
I have a field (in my table), DateOfSale with the following values.
Format: Short Date
Input Mask: 99/99/0000;0;_
Default Value: Now()
With all of the above it stores the date including the time.
5/7/2008 2:40:07 PM
If I take the time part off manually, in the table, leaving this 5/7/2008 my
string works fine.
If I enter tomorrow's date it works fine, even if the time is included in
the data
I've deleted the field off the form and added it back on, still stores the
date and TIME.
How can I get the date formatted so my string will recognize the date.
What am I missing here?
Thanks
Kelvin