Hi NG
I got 2 tables
In both of the tables there are 4 indentical fields
1) Road name
2) House number
3) Letter
4) Floor
In table one there is an extra field - an Id field. In this table each
record is unique (the combination of the 4 fields above)
In table number two, a record with the four fields can be represented
multiple times.
Now I want to make a query, where each record from table two is represented,
combined with the ID from table one
My problem is that I only know how to combine the two tables, where all four
fields are filled out, and that is almost never the case. There might be on
or two blank fields in each records
Thanks in advance
JJ
I got 2 tables
In both of the tables there are 4 indentical fields
1) Road name
2) House number
3) Letter
4) Floor
In table one there is an extra field - an Id field. In this table each
record is unique (the combination of the 4 fields above)
In table number two, a record with the four fields can be represented
multiple times.
Now I want to make a query, where each record from table two is represented,
combined with the ID from table one
My problem is that I only know how to combine the two tables, where all four
fields are filled out, and that is almost never the case. There might be on
or two blank fields in each records
Thanks in advance
JJ
Comment