Board index » delphi » Filtering on Date Fields

Filtering on Date Fields

I am trying to use the Filter property of a TTable on a date field to
find records that do not have a value in the date field. I have tried
various methods w/o success. I can filter on string fields fine. Does
anyone have a way to do this? Could a Range do this?

Thanks.

Steve
scoo...@kustomsignals.com

 

Re:Filtering on Date Fields


Quote
>I am trying to use the Filter property of a TTable on a date field to
>find records that do not have a value in the date field. I have tried
>various methods w/o success. I can filter on string fields fine. Does
>anyone have a way to do this? Could a Range do this?

Table1.Filter = 'YourDateField Is Null'

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads