G
Guest
I am trying to create a subquery using where not exists but seem to be
getting unexpected results in Access. Here is what I am trying to do. Trying
to get results from tableA if they are not in tableB
Select [TableA].NHA, [TableA].Part
From TableA where not exists (Select * from TableB where TabeB.NHA =
TableA.NHA and TableB.Part = TableA.Part)
Access seems to convert this to some other query. Am I not doing something
right here?
getting unexpected results in Access. Here is what I am trying to do. Trying
to get results from tableA if they are not in tableB
Select [TableA].NHA, [TableA].Part
From TableA where not exists (Select * from TableB where TabeB.NHA =
TableA.NHA and TableB.Part = TableA.Part)
Access seems to convert this to some other query. Am I not doing something
right here?