I have since figured out a way to get it to work.. It might be a little "messy" but this is what I have done:
case else
if sZipCode > 02999 then
'Code
end if
if sZipCode > 03999 then
'Code
end if
if sZipCode > 04999 then
'Code
end if
end select
Like it said, it might be considered a bit 'crude' and unconventional but it does the trick.
I appreciate your opinions. Let me know what you think of this idea or the possible benefite of changing it...
THANKS!!