What is the Access string operator that joins or concatenates text strings together?
&
#
- Caveat: "In a desktop database, you can also use the ampersand operator (&) for concatentation. In an Access app, you must use the plus sign (+)."_
-
!