Hi
I have two tables, the first table as follows....
TempTable
ProductGroup unit make
A £25 CustA
and the second....
RebateLevel
ProductGroup CustA CustB
A .21 .25
I'm trying to get a column on the first table to show the rebate level, which will be "Unit * " either "CustA" or "CustB", depending on the value of Make on the first table. I'm struggling to get a query to do this
Apologies if this doesn't make sense but I'm getting confused myself
Thanks in advance
JB
I have two tables, the first table as follows....
TempTable
ProductGroup unit make
A £25 CustA
and the second....
RebateLevel
ProductGroup CustA CustB
A .21 .25
I'm trying to get a column on the first table to show the rebate level, which will be "Unit * " either "CustA" or "CustB", depending on the value of Make on the first table. I'm struggling to get a query to do this
Apologies if this doesn't make sense but I'm getting confused myself
Thanks in advance
JB