Hi,
I need to generate a table which is build from two other tables.
These tables have only one field in common.
table1: nr,name1,name2
table2: nr,place1,place2
I would like a query to give me the following:
table3: nr,name1,name2,place1,place2
example: 1,aaaa,bbbb,[blank],[blank]
2,[blank],[blank],ccccc,ddddd
the [blank] should be empty or null.
is this possible and how do I do this?
rg,
Eric
Replies