HI all, hope someone can help with this.
I have an MS query with four data table in it linked, but when I run it not all the records from the files are pulled back. I am trying to create a back order report, the table are stock (STK), sales order line (SOE), sale order hearer (SOH), and purchase lines (POE).
They are linked are follows,
SOH to SOE by Order Number
SOE to STK by Part
STK to POE by Part
The problem is that not all the part are in the POE table (depending in on order or not), so it only brings back Parts that are in both tables, and as there are more than two tables I can not edit the link. So I end up missing some orders, from the sales side.
Any thought on how to get over this would be most welcome. Thanks in advance.
I have an MS query with four data table in it linked, but when I run it not all the records from the files are pulled back. I am trying to create a back order report, the table are stock (STK), sales order line (SOE), sale order hearer (SOH), and purchase lines (POE).
They are linked are follows,
SOH to SOE by Order Number
SOE to STK by Part
STK to POE by Part
The problem is that not all the part are in the POE table (depending in on order or not), so it only brings back Parts that are in both tables, and as there are more than two tables I can not edit the link. So I end up missing some orders, from the sales side.
Any thought on how to get over this would be most welcome. Thanks in advance.