G
Guest
Concatenate shows "square boxes" unknown characters at paragraph end
Hi, I was wondering if anyone can tell me why I am getting the funky
unknown character "square boxes" at the end of my concatenated paragraphs. I
get the unknown characters at the end of the last line and it does not matter
whether there are 2, 3, or more lines in the paragraph.
My control for the text box is this:
=IIf(IsNull([REV_B]),"",[REV_B] & (Chr(13) & Chr(10)+[REV_C]) & (Chr(13) &
Chr(10)+[REV_D]))
Basically, it says if REV_B is null then don't display anything else, but if
it has data then display it, do a CR and LF to the next line, and so on...
Then, in my query which the report is based on, my fields are coded with this:
REV_B: IIf(([USER_3])="","","REV.B QUOTE: " & Trim([USER_3]))
It is the same for REV_B, REV_C, and REV_D fields.
Thanks for your help!
Hi, I was wondering if anyone can tell me why I am getting the funky
unknown character "square boxes" at the end of my concatenated paragraphs. I
get the unknown characters at the end of the last line and it does not matter
whether there are 2, 3, or more lines in the paragraph.
My control for the text box is this:
=IIf(IsNull([REV_B]),"",[REV_B] & (Chr(13) & Chr(10)+[REV_C]) & (Chr(13) &
Chr(10)+[REV_D]))
Basically, it says if REV_B is null then don't display anything else, but if
it has data then display it, do a CR and LF to the next line, and so on...
Then, in my query which the report is based on, my fields are coded with this:
REV_B: IIf(([USER_3])="","","REV.B QUOTE: " & Trim([USER_3]))
It is the same for REV_B, REV_C, and REV_D fields.
Thanks for your help!