My Query field contains Nulls, Blanks, and data. This data may include a full stop (in any position).
I need to extract all records that have no full stop.
Using Not Like "*.* in the criteria, but it doesn't return blanks records.
Tearing my hair out as I cannot seem to crack this.
Any ideas.