S
Silvio
Hello, it would like to join two tables, Table1 and Table2, however when
joining table2 the items listed in that table need to be divided by 2. I
normally do this division in a query then join that query to the union query
with table1. I wonder if I can accomplish the same thing directly from the
union query only. Also, is there a way to rename a customer ID with the same
query? (See Customer 9 as example, changing to Customer 15)
Example:
Table1:
[Customer] [Hours]
Customer 1 10
Customer 3 5
Table2:
[Customer] [Hours]
Customer 9 6
Customer 10 5
Union Query result:
[Customer] [Hours]
Customer 1 10
Customer 3 5
Customer 15 3
Customer 10 2.5
Thank you,
Silvio
joining table2 the items listed in that table need to be divided by 2. I
normally do this division in a query then join that query to the union query
with table1. I wonder if I can accomplish the same thing directly from the
union query only. Also, is there a way to rename a customer ID with the same
query? (See Customer 9 as example, changing to Customer 15)
Example:
Table1:
[Customer] [Hours]
Customer 1 10
Customer 3 5
Table2:
[Customer] [Hours]
Customer 9 6
Customer 10 5
Union Query result:
[Customer] [Hours]
Customer 1 10
Customer 3 5
Customer 15 3
Customer 10 2.5
Thank you,
Silvio