Hi ...
I have 3 tables X, Y, & Z ..
TableX & TableY have 1 to many relates to TableZ (X>>Z<<Y) however they are not directly related to each other...
I am trying to create a query thats selects all records from TableX where TableX_ID is NOT in TableZ & where TableY_ID = 1 from TableZ;
I can't seem to get the desired results ...
Thanks in advance for any help!
gwoman
I have 3 tables X, Y, & Z ..
TableX & TableY have 1 to many relates to TableZ (X>>Z<<Y) however they are not directly related to each other...
I am trying to create a query thats selects all records from TableX where TableX_ID is NOT in TableZ & where TableY_ID = 1 from TableZ;
I can't seem to get the desired results ...
Thanks in advance for any help!
gwoman