B
Bill H.
I've been able to get my query (which uses two table) down to results that
look like this:
ID Lead
1 AA
2 BB
2 None
3 CC
4 None
5 DD
5 DD
What I need now is to have the query return a "Lead" if there is one, or if
"None" to return "None" but not to return both "Lead" and "None" as it does
for IDs 2 and 5.
Thanks.
look like this:
ID Lead
1 AA
2 BB
2 None
3 CC
4 None
5 DD
5 DD
What I need now is to have the query return a "Lead" if there is one, or if
"None" to return "None" but not to return both "Lead" and "None" as it does
for IDs 2 and 5.
Thanks.