johnisotank
Technical User
Hi,
could someone help with this please..
I have a tblJobs with the following columns
1. JobNo
2. Status
3. InvoiceStatus
I would like to run a select query that says 'If the InvoiceStatus is 'I' then display 'Invoiced' else display the value in the Status box.
So the following jobs...
JobNo, Status, InvoiceStatus
1, Completed, I
2, Completed, C
would output on the query as
JobNo, Status,
1, Invoiced
2, Completed
I'm OK doing CASE statements based on one column but not two!
Hope someone can help
Thanks
John
could someone help with this please..
I have a tblJobs with the following columns
1. JobNo
2. Status
3. InvoiceStatus
I would like to run a select query that says 'If the InvoiceStatus is 'I' then display 'Invoiced' else display the value in the Status box.
So the following jobs...
JobNo, Status, InvoiceStatus
1, Completed, I
2, Completed, C
would output on the query as
JobNo, Status,
1, Invoiced
2, Completed
I'm OK doing CASE statements based on one column but not two!
Hope someone can help
Thanks
John