J
JG Scott
I have a table A with 41,352 unique records. I need to join A to 2
queries, b and c, retaining all records in A and indicating in two
expression columns when A matches b and c, respectively. I created
expressions that say Match b?: Iif(IsNull(.[customer ID]),"","b")
and one like that for c as well. For some reason, though, the join
results in many more records (75,467) than are in A to begin with.
Since ultimately I need to count how many records match b and c, this
is problematic.
I already have set unique records to Yes. This doesn't solve the
problem.
Can someone advise how to resolve this?
Thanks.
queries, b and c, retaining all records in A and indicating in two
expression columns when A matches b and c, respectively. I created
expressions that say Match b?: Iif(IsNull(.[customer ID]),"","b")
and one like that for c as well. For some reason, though, the join
results in many more records (75,467) than are in A to begin with.
Since ultimately I need to count how many records match b and c, this
is problematic.
I already have set unique records to Yes. This doesn't solve the
problem.
Can someone advise how to resolve this?
Thanks.