August 13, 201015 yr How/can I use a backslash in a field calculation (test result): i.e., Field & "" & Field
August 13, 201015 yr Use another backslash to escape the second one: Field & "" & Field The backslash, like the quote, needs to be escaped with the "escape" char, that is the backslash.
Create an account or sign in to comment