S
salmonella
Please ignore the other message about an append query- don't know what I was
thinking. I hope this now makes sense!!!
This is different but similar to another problem I sought advice on.
If you have two tables, A & B, and they are joined with a left join in a
select query, it will return all records in A even if there is not a matching
record in B.
HOWEVER, if I change the query to an parameter query (for fields in tables A
and B) and there are no matching
records in table B, then the record in Table A will not be returned. How can
I get around this so that a record that matches the parameter in A will be
returned when there is not a matching record in table B? Thus it is not a
matter of the field in table B being null, but rather that there is no
matching record at all.
In actuality there are about 5 tables joined and I am running a Parameter
query across them all and I would like to still return a record if it
matches, for example, the parameters for tables A,B and C even if there is
not a matching record in table D.
Any ideas?
Thanks!
thinking. I hope this now makes sense!!!
This is different but similar to another problem I sought advice on.
If you have two tables, A & B, and they are joined with a left join in a
select query, it will return all records in A even if there is not a matching
record in B.
HOWEVER, if I change the query to an parameter query (for fields in tables A
and B) and there are no matching
records in table B, then the record in Table A will not be returned. How can
I get around this so that a record that matches the parameter in A will be
returned when there is not a matching record in table B? Thus it is not a
matter of the field in table B being null, but rather that there is no
matching record at all.
In actuality there are about 5 tables joined and I am running a Parameter
query across them all and I would like to still return a record if it
matches, for example, the parameters for tables A,B and C even if there is
not a matching record in table D.
Any ideas?
Thanks!