I
Isis
Is there a difference in the results when using either of these ?
Thanks
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Using &, if both expressions are Null, result is Null. However, if
only one expression is Null, that expression is treated as a
zero-length string ("") when concatenated with the other expression.
Using +, however, if either of the expressions is Null, the result
will be Null as well.
In other words, "X" & Null results in "X". "X" + Null results in Null.
As my response to Doug above.. a nice one.. thanks John.
Immanuel Sibero
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.