If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm not completely clear on what you're trying to accomplish but you might check into the Coalesce(x,y) function which returns the first non null argument or Null if both arguments are null. Coalesce and Value are the same functions.