Alright, so I have this many-to-many relationship that has the following structure:
Part_Log <---> PN_Cnn <---> Part_Info
PartID PartID InfoID
Description InfoID Manufacture
What I need to retrieve is a list of all PartIDs found in the Part_Log that have not already been associated to a specific InfoID in the Part_Info table.
Sounds easy, but...
Thanks,
Part_Log <---> PN_Cnn <---> Part_Info
PartID PartID InfoID
Description InfoID Manufacture
What I need to retrieve is a list of all PartIDs found in the Part_Log that have not already been associated to a specific InfoID in the Part_Info table.
Sounds easy, but...
Thanks,