I have 3 tables in Access namely;
Recd_Items
Item_code - FK
Item_Recd - Numeric
Issue_Items
Item_Code - FK
Issue_Qty- Numeric
Item_Master
Item_Code - PK
Item_Desc - Text
Item_Rol - Numeric
My requirement is I need to write a SQL query which would display the following records for a particular Item_Code selected by the user. the user would select the itemcode and the records would be displayed in the subform.
Thanking you in advance
Sajit
Recd_Items
Item_code - FK
Item_Recd - Numeric
Issue_Items
Item_Code - FK
Issue_Qty- Numeric
Item_Master
Item_Code - PK
Item_Desc - Text
Item_Rol - Numeric
My requirement is I need to write a SQL query which would display the following records for a particular Item_Code selected by the user. the user would select the itemcode and the records would be displayed in the subform.
Code:
Item_Desc Sum of Stk recd Sum of Stk Issued StkInHand Re-Order Level
Sajit
Comment