Hi All,
I have an simple option group (3 options 1,2 and3!!)
I am building a query where I need to display records whose option group field in the table is empty.
I have tried:
field = Int(0)
field = ""
field = null
isempty(field)
do not work - what am I missing?
I have an simple option group (3 options 1,2 and3!!)
I am building a query where I need to display records whose option group field in the table is empty.
I have tried:
field = Int(0)
field = ""
field = null
isempty(field)
do not work - what am I missing?