please help with some basic syntax
i need to make a statement that checks the remainder of a number divided by 4.
this is the logic:
if the remainder of SOMETHING when divided by 4 is 1 then do this
if the remainder of SOMETHING when divided by 4 is 2 then do this
etc etc
can i get this in SELECT CASE ..MOD format please