craisbeck@boxlogixautomat
New member
- Local time
- Today, 02:31
- Joined
- Jan 8, 2025
- Messages
- 3
I have 2 tables.
Table1
Reg#,CED%, WW%, YW%
100,5%,5%,15%
101,7%,4%,10%
102,10%,6%,10%
Table 2
EPD,%,Val
CED,5%,12
CED,6%,14
CED,7%,16
CED,10%,25
WW,4%,2
WW,5%,4
WW,6%,6
WW,10%,5
YW,10%,1
YW,15%,2
I am looking to get a query that would create the following result set comparable to a lookup function in excel.
100,12,4,15
101,16,2,1
102,25,6,1
Any help would be greatly apprecaited.
Table1
Reg#,CED%, WW%, YW%
100,5%,5%,15%
101,7%,4%,10%
102,10%,6%,10%
Table 2
EPD,%,Val
CED,5%,12
CED,6%,14
CED,7%,16
CED,10%,25
WW,4%,2
WW,5%,4
WW,6%,6
WW,10%,5
YW,10%,1
YW,15%,2
I am looking to get a query that would create the following result set comparable to a lookup function in excel.
100,12,4,15
101,16,2,1
102,25,6,1
Any help would be greatly apprecaited.