Hi friends I am bit new to access , I want to make query for data which has not happened after repeated attempts...can any one help me
I have following tables
want to make query as given below which will list all the code in store table as per date / selected date
I have following tables
Code:
DATE STORE ID DATE ID MATERIAL CODE QTY DATE 1 1/1/10 1 24XX14 6 1/1/10 2 1/2/10 2 24XX14 3 1/2/10 3 1/3/10 3 24XX14 3 1/3/10 4 1/4/10 4 25AA25 4 1/14/10
Code:
3 4 RECEIPT ISSUE ID RM CODE QTY DATE ID RM CODE QTY DATE 1 24XX14 200 1/1/10 1 24XX14 200 1/1/10 2 24XX24 9000 1/1/10 2 24XX24 9000 1/1/10 3 25AA25 2500 1/1/10 3 25AA25 2500 1/1/10
Code:
DATE MATERIAL CODE STORE qty RECEIPT QTY ISSUE QTY 1/1/10 24XX14 6 6 1 1/1/10 24XX24 0 9000 0 1/2/10 25AA25 4 4 4
Comment