AGoodGuy
Programmer
- Aug 16, 2011
- 32
I need help...I have fieldnames called Method, Auto/Manual and Payment Type from the table dbo_UWA_PaymentLog
I need a formula in my qeury to show the following:
(1)If Method = Epay and Auto/Manual = Auto then Payment Type = WEB PAY
(2)If Method = Epay and Auto/Manual = Manual then Payment Type = Remit Plus
(3)If Method = Credit Card and Auto/Manual = Auto then Payment Type = WEB PAY
(4)If Method = Epay and Auto/Manual = Auto then Payment Type = IVR
(%)If Method = Check and Auto/Manual = Manual then Payment Type = WEB PAY
I need a formula in my qeury to show the following:
(1)If Method = Epay and Auto/Manual = Auto then Payment Type = WEB PAY
(2)If Method = Epay and Auto/Manual = Manual then Payment Type = Remit Plus
(3)If Method = Credit Card and Auto/Manual = Auto then Payment Type = WEB PAY
(4)If Method = Epay and Auto/Manual = Auto then Payment Type = IVR
(%)If Method = Check and Auto/Manual = Manual then Payment Type = WEB PAY