I am creating a reorder report from an Access database.
The database calculates using data from 4 tables within the database
Adjustment
Issue
Return
Receive
The formula is (receivedqty)+(returnqty)+(adjqty)-(IssueQty)
The inventory Items are in the stockcode table
All tables contain the stock code and are linked by this field
My problem is that the report is not listing all inventory items when I insert a value from one of the 4 tables used in the calculations. I think the problem is centered around the fact that all stockcodes have not experienced adjustment, receive, return, or issue, so any stockcode not in these tables is excluded.
How do I get the report to continue to list all stockcodes from the stockcode table and list the values from the other tables?
Thans for your help!