Hi everyone,
I have created a query that queries many tables. The relationships between them and the main table are left joints.
The query works fine, I see all my data. The issue that I'm having is when I put a Like statement on a field that has nulls.
ex: Like "*" & [txtname] & "*"
When I do that, it filters out the whole line where there's a null.
How can I do it so that it doesnt filters it out?
Thanks in advance!!
I have created a query that queries many tables. The relationships between them and the main table are left joints.
The query works fine, I see all my data. The issue that I'm having is when I put a Like statement on a field that has nulls.
ex: Like "*" & [txtname] & "*"
When I do that, it filters out the whole line where there's a null.
How can I do it so that it doesnt filters it out?
Thanks in advance!!