S
subs
cons dcity dst dzip ocity ost ozip
e f jk 7789 fg cd 989
c o lk 970 sf9 cdf 9890
cdd yf mh 979 hgg mkhi 7699
cons dcity dst dzip ocity ost ozip
a d ak 560 b c 789
b e ck 869 de ef 970
c o lk 970 bh mk 976
the output qery should combine data from both tables, should include
all rows from both tables and should have the following fields.------
the data should be combined from both tables across consignee, dcity,
dstate and dzip fields
cons
dcity
dst
dzip
table1.ocity
table1.ost
table1.ozip
table2.ocity
table2.ost
table2.ozip
for example c,o, lk,970( consignee, dcity, dst,dzip) row is common in
both tables . So in the output query- one of the rows will be
c o lk 970 sf9 cdf 9890 bh mk 976
the other rows in the o/p will be
e f jk 7789 fg cd 989 - - -
b e ck 869 - - - de ef 970
and so on until all the records in both tables are accounted for.
Pls help with such a query
Thanks much for the assistance
e f jk 7789 fg cd 989
c o lk 970 sf9 cdf 9890
cdd yf mh 979 hgg mkhi 7699
cons dcity dst dzip ocity ost ozip
a d ak 560 b c 789
b e ck 869 de ef 970
c o lk 970 bh mk 976
the output qery should combine data from both tables, should include
all rows from both tables and should have the following fields.------
the data should be combined from both tables across consignee, dcity,
dstate and dzip fields
cons
dcity
dst
dzip
table1.ocity
table1.ost
table1.ozip
table2.ocity
table2.ost
table2.ozip
for example c,o, lk,970( consignee, dcity, dst,dzip) row is common in
both tables . So in the output query- one of the rows will be
c o lk 970 sf9 cdf 9890 bh mk 976
the other rows in the o/p will be
e f jk 7789 fg cd 989 - - -
b e ck 869 - - - de ef 970
and so on until all the records in both tables are accounted for.
Pls help with such a query
Thanks much for the assistance