Ashank4vba
Programmer
Hi,
I created a left join from table A to table B based on a common field (All records from A and only matching records from B).
I have a text field in B which I am trying to use to filter the records containing blank or Null values in that field.
Although using 'Is Not Null' or '<> "" ' works while using table B without the join (or using an inner join, or right join), it doesnt work while using left join from A to B.
However strangely (for me), if I use Len(<field name here>) <> "". It seems to work.
Can anyone tell me why plz?
Thanks.
-cheers
Ashank
I created a left join from table A to table B based on a common field (All records from A and only matching records from B).
I have a text field in B which I am trying to use to filter the records containing blank or Null values in that field.
Although using 'Is Not Null' or '<> "" ' works while using table B without the join (or using an inner join, or right join), it doesnt work while using left join from A to B.
However strangely (for me), if I use Len(<field name here>) <> "". It seems to work.
Can anyone tell me why plz?
Thanks.
-cheers
Ashank