S
Suzzy Q
Hi
on my report I have a variable where I have: "text" & [variable] & "more
text" & "another paragraph"
Well between the "more text" and "another paragraph", I need to put in a
carriage return and 2 line feed so it will have a space between the
paragraphs. What is the code for that??? In the old BASIC days it was
something like chr$(13) & chr$(10)
thanks.
on my report I have a variable where I have: "text" & [variable] & "more
text" & "another paragraph"
Well between the "more text" and "another paragraph", I need to put in a
carriage return and 2 line feed so it will have a space between the
paragraphs. What is the code for that??? In the old BASIC days it was
something like chr$(13) & chr$(10)
thanks.