johnisotank
Technical User
Hi all, could someone explain how I get this please..
TableA has fields 'Code', 'Value'
TableB has fieds 'Code', 'Value'
I want to query both tables and say this...
If value from TableB = 9999.99 then give me the value from TableA.
So with the following data..
TableA
Code, Value
1A, 50.00
1B, 75.00
TableB
Code, Value
1A, 9999.99
1B, 100.00
Result set would be
TableC
Code, Value
1A, 50.00
1B, 100.00
Many thanks
John
TableA has fields 'Code', 'Value'
TableB has fieds 'Code', 'Value'
I want to query both tables and say this...
If value from TableB = 9999.99 then give me the value from TableA.
So with the following data..
TableA
Code, Value
1A, 50.00
1B, 75.00
TableB
Code, Value
1A, 9999.99
1B, 100.00
Result set would be
TableC
Code, Value
1A, 50.00
1B, 100.00
Many thanks
John