What I am trying to do is:
I have a table that has about 10 columns.
One of which is for Invoice #'s PO #'s Etc...
I am only interested in the Invoice Fiield - selecting the cells that are blank.
Of course this means that it has not been paid yet.
What I have tried:
isnull(table.field) or table.field=""
table.field=""
'Exceptions for Nulls" to "Default Values for Nulls" Changed
Also, less than 0
& less than z.
I have even tried it on one of the sample databases - the product table.
I always get the same result - one row - all coulms blank (empty).
I have tried the same in the other colums with the same result.
This is crazy - It should not be this hard.......
Edited by GLWalker - 20 Apr 2010 at 10:59am