Hello!
Let's imagine that I have 2 columns in my table "user company" and "owner"
This time I am trying to make query which shows only these rows where "user company" and "owner" doesn't match.
I came up with something like this obviously:
In theory I cant see problem why this thing wouldn't work, but in reality atm my query is giving back everything like with 20 or more duplicates
Thanks in advance,
Jānis.
Let's imagine that I have 2 columns in my table "user company" and "owner"
This time I am trying to make query which shows only these rows where "user company" and "owner" doesn't match.
I came up with something like this obviously:
Code:
[tbl_hardware]![User company]<>"Equal to [tbl_hardware]![Owner]"
Thanks in advance,
Jānis.