hey guys,
I want to do some mathwork in a MS access query. But i tried a couple of syntax to get this to work but i can quite get my condition translated for a MS access querry Can someone tell me how i get get two IF conditions into the query.
My psudo-code is as follows
I want to do some mathwork in a MS access query. But i tried a couple of syntax to get this to work but i can quite get my condition translated for a MS access querry Can someone tell me how i get get two IF conditions into the query.
My psudo-code is as follows
Code:
iF (Priority='AOG') if (Service = 'D2D') timeA = time2-time1 else timeA = time3-time1 else if (Service = 'D2D') timeA = time2-time4 else timeA = time5-time4
Comment