Board index » delphi » TTable Filter property

TTable Filter property

I would like to filter out all the records that contain a null value in a
field.  I have tried the following filter property without success:

         MyStringfield  <>  Null

I set filtered to True.

Should it work ?

Anthony

 

Re:TTable Filter property


Try

MyStringfield  <>  BLANK

--
Bill
(TeamB cannot answer questions received via email)

Other Threads