Hi all,
Perhaps you can give me some direction here?
I want to find in database A records dated in the future. I want only records that have either PercentField >0 or TextField is neither empty nor "None".
Why doesn't this selection work? Does it have something to do with the fields containing nulls?
datetime{A.Date}>{2001,07,29,00,00,00} and ( A.PercentField >0 or (not isnull(A.TextField) and A.TextField <>"None"
Thanks very much for any insights!
Perhaps you can give me some direction here?
I want to find in database A records dated in the future. I want only records that have either PercentField >0 or TextField is neither empty nor "None".
Why doesn't this selection work? Does it have something to do with the fields containing nulls?
datetime{A.Date}>{2001,07,29,00,00,00} and ( A.PercentField >0 or (not isnull(A.TextField) and A.TextField <>"None"
Thanks very much for any insights!