Mar 28, 2002 #1 EscapeUK Programmer Jul 7, 2000 438 GB In my select statement how do I check for null values, for example bring back all records where a certain field is not null
In my select statement how do I check for null values, for example bring back all records where a certain field is not null
Mar 28, 2002 #2 Ngolem Programmer Aug 23, 2001 2,724 CA add this to your record select formula ..... and not isnull(table.value} and ..... hope this helps Jim Upvote 0 Downvote
add this to your record select formula ..... and not isnull(table.value} and ..... hope this helps Jim