Hi,
I have a View that links 2 tables on Field A in table 1 and field B in table 2. They are the same datatype.
I want to return records where they DONT equal each other.
This works fine when comparing actual data, however if NULL exists in one field, then this record isnt returned as an exception, even though the 2 fields aren't equal to each other.
I know that SQL handles NULLs differently to Access but surely this cant be that difficult!
I have a View that links 2 tables on Field A in table 1 and field B in table 2. They are the same datatype.
I want to return records where they DONT equal each other.
This works fine when comparing actual data, however if NULL exists in one field, then this record isnt returned as an exception, even though the 2 fields aren't equal to each other.
I know that SQL handles NULLs differently to Access but surely this cant be that difficult!