Marty,
First of all, let me say thanks - your solution worked perfectly.
However, I have another question for you. I had tried something very similar to what you showed me and it failed to work. This is what I had tried:
For some reason, this doesn't work while this does:
It seems to me that both snippets should be equivalent, but one works while the other doesn't. Would you happen to know why?
By the way, I am checking for null or empty strings, I just took that piece out to make the code displayed here simpler. (Thanks for the tip, though

)
Corey