M
Marcie
I have one table that contains city state and zip. I have created another
table that has each of the unique values of above and another "code". One of
the unique values is null, null, null, 4. What I want to do is bring in that
value to a query that joins the above 2 and have a field "code" = 4 when it
is null.
Although I know I could just do an if for that it goes further as the 3
fields could have any combinations of null values and based on each unique
value I need to populate that "code".
so basically my question is this can you do a join that would be null, null
null = null, ,null, null and make it match?
table that has each of the unique values of above and another "code". One of
the unique values is null, null, null, 4. What I want to do is bring in that
value to a query that joins the above 2 and have a field "code" = 4 when it
is null.
Although I know I could just do an if for that it goes further as the 3
fields could have any combinations of null values and based on each unique
value I need to populate that "code".
so basically my question is this can you do a join that would be null, null
null = null, ,null, null and make it match?