G
Guest
Dear helpers,
I have two tables which I use to create a query. An example:
Tbl1: Tbl2:
IDN Name Batch Batch Faults Produced
---- ------- ------ -------- ------ ----------
1 Joe A12 A12 3 200
2 Joe A13 A13 1 100
3 Black A14 A15 2 250
4 John A15
5 Joe A16
The query1 will be Tbl1 --------> Tbl2 (One to many relationship). The
outcome is what I do not want:
Qery1:
IDN Name Batch Produced
1 Joe A12 200
2 Joe A13 100
3 Black A14
4 John A15 250
5 Joe A16
Qery1.Produced at IDN 3 and 5 are "blanks". But I want that there is a ZERO
= "0";
Qery1:
IDN Name Batch Produced
1 Joe A12 200
2 Joe A13 100
3 Black A14 0
4 John A15 250
5 Joe A16 0
I devine that it is a very common problem, but I am just very new with
Access and SQL.
ps.... When about SQL. I am from Slovakia and some people pronounce SQL like
[es - kju - el] like S. Q. L.
but I have read somewhere that "experts" do pronounce [sikquel] like SEE
QUEL. What is "experts-like" correct?
I have two tables which I use to create a query. An example:
Tbl1: Tbl2:
IDN Name Batch Batch Faults Produced
---- ------- ------ -------- ------ ----------
1 Joe A12 A12 3 200
2 Joe A13 A13 1 100
3 Black A14 A15 2 250
4 John A15
5 Joe A16
The query1 will be Tbl1 --------> Tbl2 (One to many relationship). The
outcome is what I do not want:
Qery1:
IDN Name Batch Produced
1 Joe A12 200
2 Joe A13 100
3 Black A14
4 John A15 250
5 Joe A16
Qery1.Produced at IDN 3 and 5 are "blanks". But I want that there is a ZERO
= "0";
Qery1:
IDN Name Batch Produced
1 Joe A12 200
2 Joe A13 100
3 Black A14 0
4 John A15 250
5 Joe A16 0
I devine that it is a very common problem, but I am just very new with
Access and SQL.
ps.... When about SQL. I am from Slovakia and some people pronounce SQL like
[es - kju - el] like S. Q. L.
but I have read somewhere that "experts" do pronounce [sikquel] like SEE
QUEL. What is "experts-like" correct?