I used to know this but can't remember. When filtering out nulls, I still get nulls. So I change the criteria to
Is not null or not like ""
However, I still have many records with nothing in the field showing up. What is another variation of null or blank that I can check for? (and yes, I have removed all spaces.)
Thank you,
Dawn
Is not null or not like ""
However, I still have many records with nothing in the field showing up. What is another variation of null or blank that I can check for? (and yes, I have removed all spaces.)
Thank you,
Dawn