I have a date field. I use the string “#01-07-2007…03-07-2007|dd-MM-yyyy” to do the find. I want to find the date range but omit the time from the date range. But it returns no records.
If I use “#” for single date search then it works perfectly. “#03-07-2007|dd-MM-yyyy”
Hi,
don’t use ‘#’ on a date range search (it’s just for single date search to ignore time). The range ignores the times & does 0:00:000 to 23:59.999 (or whatever…). you might need the | bit though, although if you have the pref. set for the date format and just use that in a range, it should work fine.
Yep, you’re right, that does find the records. Thanks, missed that before. There’s the suggestion from rafig that a date range search ignores the time portion. This is the impression from the help files too.