Dear Friends;
Me very new to access. I am maintaining a DB for knowing the stock balance of toners. My DB contains the following the tables
01. Table Name - Printers - Field Name --> PrinterID, Description
02. Table Name - Toners - Field Name --> TonerID, Description, PrinterID
03. Table Name - PurchaseDetails - Field Name --> PONum, Date, TonerID, Qty
04. Table Name - IssueDetails - Field Name --> IssueNum, Date, TonerID, Qty
I created two queries
01. TotalPurchase - Fields - TonerID - (Grouped By), SumofQty - (Sum)
02. TotalIssue - Fields - TonerID - (Grouped By), SumofQty - (Sum)
Till here the things are fine but after this I dont know how to create the query so that I could get the stock balance of each toner.
I tried a query to get the balance but in the result I get the details of those items only which are issued. If any toner is not issued then I don't get the information about that in the StockBal query.
Please do help me to know how I could get the correct stock balance.
Thanks in advance for your support.
Regards
Sree