G
Guest
Thanks For Looking at Thi
Two Tables With Similar Table Structure and Field Name
Table 1 Purchase Order
Field 1 POID Type Long Numbe
Field 2 PONum Type Strin
Field 3 Qty Type Long Numbe
Field 4 ItemID Type Long Numbe
Table 2 Invoice Detail
Field 1 DetailID Type Lon
Field 2 PONum Type Strin
Field 3 Qty Type Lon
Field 4 ItemID Type Lon
I have tried to create a query that will select only those records from table 1 where the PONum Fields are the same but the ItemID from Table 1 is not found in Table 2 or the Qty in Table 2 is Less Than the Qty in Table 1. I am trying to identify parts that were ordered for a particular invoice but subsequently did not show up in the sales invoice. Any help would be appreciated
Two Tables With Similar Table Structure and Field Name
Table 1 Purchase Order
Field 1 POID Type Long Numbe
Field 2 PONum Type Strin
Field 3 Qty Type Long Numbe
Field 4 ItemID Type Long Numbe
Table 2 Invoice Detail
Field 1 DetailID Type Lon
Field 2 PONum Type Strin
Field 3 Qty Type Lon
Field 4 ItemID Type Lon
I have tried to create a query that will select only those records from table 1 where the PONum Fields are the same but the ItemID from Table 1 is not found in Table 2 or the Qty in Table 2 is Less Than the Qty in Table 1. I am trying to identify parts that were ordered for a particular invoice but subsequently did not show up in the sales invoice. Any help would be appreciated