Hi all, I'm trying to build a "checklist" for my current project database. I have multiple tables storing information about the same part number, and I would like to build a query that can collect the information from these tables side by side to show what pieces of information have been collected per part number.
I tried to connect the tables to the central part info table, however I got an error saying there was an ambiguous join, and it would not compute.
Attached is an example database that shows what I am trying to accomplish, however I am having an issue with the query.
Part Number 1 has 100% of information, so all information appears.
Part Number 2 is missing one field (manufacturer), but it does not show the other information stored concerning Part Number 2 (Part Number, Part Name).
Also in the database is a table that shows what I am trying to accomplish.
Any help? Thanks in advance.
DocumentChecklist-mdb.mdb