G
Guest
Hello All,
I have a query that returns data from one table. I then take the results of
that query and query one of the fields against another table. Sometimes, the
field in the first query can be null, in which case I still want the record
to appear but with a null value for that field. The following is an example:
City State Zip County
Upland CA 91784 San Bernardino
Tempe AZ
The first three fields are from the first query. The County field is
returned as a result of the second query. I would like BOTH of these records
to be returned after the second query. The problem I am having is that a
null in the zip field as a result of the first query results in the record
not being shown at all in the results of the final query.
I hope this makes sense. Can anyone help? I would appreciate any assistance.
Thanks,
Trevor
I have a query that returns data from one table. I then take the results of
that query and query one of the fields against another table. Sometimes, the
field in the first query can be null, in which case I still want the record
to appear but with a null value for that field. The following is an example:
City State Zip County
Upland CA 91784 San Bernardino
Tempe AZ
The first three fields are from the first query. The County field is
returned as a result of the second query. I would like BOTH of these records
to be returned after the second query. The problem I am having is that a
null in the zip field as a result of the first query results in the record
not being shown at all in the results of the final query.
I hope this makes sense. Can anyone help? I would appreciate any assistance.
Thanks,
Trevor