Hi
I need some sort of Union Join for 2 query results; What i need (and cant get) is this:
I have 2 queries:
query 1
user record_set_a
fred 5
colin 2
tom 0
paul 3
query 2
user record_set_b
fred 3
paul 0
harold 2
tom 4
and the result i need is:
user reca recb
fred 5 3
colin 2 0
tom 0 4
paul 3 0
harold 0 2
This will then finally be sent into a report with various % calculations.
All types of Union Joins etc i try seem to remove duplicates, nulls, etc or just ignore one figure etc etc
help much appreciated..
thanks
Duncan
I need some sort of Union Join for 2 query results; What i need (and cant get) is this:
I have 2 queries:
query 1
user record_set_a
fred 5
colin 2
tom 0
paul 3
query 2
user record_set_b
fred 3
paul 0
harold 2
tom 4
and the result i need is:
user reca recb
fred 5 3
colin 2 0
tom 0 4
paul 3 0
harold 0 2
This will then finally be sent into a report with various % calculations.
All types of Union Joins etc i try seem to remove duplicates, nulls, etc or just ignore one figure etc etc
help much appreciated..
thanks
Duncan