Code:
"Select * from Table WHERE ItemNum=2 OR ItemNum=4 OR ItemNum=6"
i use the code above to select ItemNum w/ even number.. but the problem is how about 8 and above?

the same w/ the odd number

what should I do?