problem is if and cannot be used in acess, correct me if i am wrong. situa tion is: i have got duration field in sec and some codes like 1,2,3,4 seperately. wantto put the condition:-
if my durationl is less than 11 sec and code is 1 , i should get the count of mobiles having 1 as code and duration less than 11 sec.
same goes for all codes like 2,3,4 with duration less than 11.
also, need to calculate count of mobiles wih all codes but this time with more than 11 sec
if my durationl is less than 11 sec and code is 1 , i should get the count of mobiles having 1 as code and duration less than 11 sec.
same goes for all codes like 2,3,4 with duration less than 11.
also, need to calculate count of mobiles wih all codes but this time with more than 11 sec
Comment