P
PF
Hi,
tbl A tbl B
prod,data prod,data
x,a x,c
x,b x,d
x,c
if i link tbl a and tbl b on the prod field
i have as a result
x,a,c
x,a,d
x,b,c
x,b,d
x,c,c
x,c,d
what should i do if i simply want
x,a,c
x,b,d
x,c,empty
I just want to put those table side by side, what is the correct way to do
that
Regards,
Pierre
tbl A tbl B
prod,data prod,data
x,a x,c
x,b x,d
x,c
if i link tbl a and tbl b on the prod field
i have as a result
x,a,c
x,a,d
x,b,c
x,b,d
x,c,c
x,c,d
what should i do if i simply want
x,a,c
x,b,d
x,c,empty
I just want to put those table side by side, what is the correct way to do
that
Regards,
Pierre