Query: Please help
I have four tables that are linked by medication name. One table is the medication inventory of a machine and another table is medications that were loaded into the same machine.
I want to create a query that lists all of the medications that were loaded into the machine that are not in the current inventory (Meds are often removed).
I want it to take all of the medications in the loads table, compare the meds to the current inventory table, and only show the meds from the load table that do not show up on the inventory table.
How would I do this?
Thanks,
Jason
|