I have an Inventory table which contains partno, inventorycount, and countdate from the last physical inventory taken. I also have a Purchases table, which contains partno (same as in Inventory table), purchaseqty, and purchasedate.
I want to create a report that shows my current inventory level for all parts, after purchases made after Inventory][countdate]. I made a query called Current Inventory, linking the two tables by partno. The join properties are Use all records from Inventory and only those from Purchases where joined fields are equal. From Inventory I took partno and inventorycount. From Purchases I took purchaseqty and purchasedate>[Inventory][countdate].
The query only returns records for parts where purchases were made. Several partnos had no purchases, so they do not appear in the query results nor, hence, in the report. I get the same results no matter which join property I select in the query.
I know this should be simple but I can't seem to get it. Thanks for your help.
I want to create a report that shows my current inventory level for all parts, after purchases made after Inventory][countdate]. I made a query called Current Inventory, linking the two tables by partno. The join properties are Use all records from Inventory and only those from Purchases where joined fields are equal. From Inventory I took partno and inventorycount. From Purchases I took purchaseqty and purchasedate>[Inventory][countdate].
The query only returns records for parts where purchases were made. Several partnos had no purchases, so they do not appear in the query results nor, hence, in the report. I get the same results no matter which join property I select in the query.
I know this should be simple but I can't seem to get it. Thanks for your help.