G
Guest
Would this query return values in a column if the field has a null entry?
Select pick_column_name
IffNot([pick_column_name] = "Null")
will this work?
Select pick_column_name
IffNot([pick_column_name] = "Null")
will this work?