Hi everyone... may i ask help how to do or solve a problem...I have five checkboxes namely all, pre-elem, elem, jhs and shs... or use do case of iif? if i want, first
there are no problem with that... my problem is.... what if the user would click combination, like jhs and shs, or pre-elem and elem or elem and jhs os shs... and so on and so forth? would that be possible? if so? please teach me how... thank you everyone... I tried, but the output is not accurate... God bless
All.... NEED TO SCAN ALL RECORDS
Pre-Elem... Need to scan having code = substr(code,1,1)
Elem... need to scan having int(val(code)) =< 6
Jhs... need to scan having int(val(code)) =>7 or int(val(code)) =< 10
Shs... need to scan having int(val(code)) => 11 or int(val(code)) =<12
there are no problem with that... my problem is.... what if the user would click combination, like jhs and shs, or pre-elem and elem or elem and jhs os shs... and so on and so forth? would that be possible? if so? please teach me how... thank you everyone... I tried, but the output is not accurate... God bless