susieqtotallynew
MIS
I am writing a report in Access. The report is based on a MSSQL database.
The query I am working on involves three tables:
1. Base
2. Characteristic Link
3. Characteristic
The tables are connected as follows:
1. Base ID is linked to ID on Characteristic Link Table
2. Characteristic ID on Characteristic Link Table is linked to Characteristic ID on Charactertistic table
For each ID from the Base table, there can be many characteristic ids on the characteristic table.
In the query, I wish to return a UNIQUE list of Base IDs that do NOT have a matching entry of characteristic id xxx, xyz, or pdq in the attribute table.
I have pulled a list, but it contains multiple entries for each id (quite sure this is for every listing where the limiting charactertistic is not true). I am pretty sure my issue has to do with the join type, but I am not sure how to correct it.
Can you help?
The query I am working on involves three tables:
1. Base
2. Characteristic Link
3. Characteristic
The tables are connected as follows:
1. Base ID is linked to ID on Characteristic Link Table
2. Characteristic ID on Characteristic Link Table is linked to Characteristic ID on Charactertistic table
For each ID from the Base table, there can be many characteristic ids on the characteristic table.
In the query, I wish to return a UNIQUE list of Base IDs that do NOT have a matching entry of characteristic id xxx, xyz, or pdq in the attribute table.
I have pulled a list, but it contains multiple entries for each id (quite sure this is for every listing where the limiting charactertistic is not true). I am pretty sure my issue has to do with the join type, but I am not sure how to correct it.
Can you help?