G
Guy Fletcher
I am running a MS query, driven by file A.
It lists out fields from file A, but I want it to also list one field
from the (linked) file B.
However, it only lists records where A's key matches B's key. It is
ignoring records on A which don't have a corresponding record on B
(which is a legitimate possibility).
How do I get such records to be included in the results, even if the B
field ends up says "N/A" or "not found" or whatever? Is there any way
of declaring B as "optional" (so to speak)?
Thanks
Guy
It lists out fields from file A, but I want it to also list one field
from the (linked) file B.
However, it only lists records where A's key matches B's key. It is
ignoring records on A which don't have a corresponding record on B
(which is a legitimate possibility).
How do I get such records to be included in the results, even if the B
field ends up says "N/A" or "not found" or whatever? Is there any way
of declaring B as "optional" (so to speak)?
Thanks
Guy