J
Jerry Mc Cauley
Hi folks,
I was tring to make a multiline label in a report. I wanted to seperate the
last line (from the one before) with an extra blank line. I used the
following:
label = label &" bla bla bla" & chr$(10)
label = label & "Email: " & txt_email
What I am getting behind the bla bla bla is a little square and then email
appears right after that.
What am I doing worng?
Thanks
I was tring to make a multiline label in a report. I wanted to seperate the
last line (from the one before) with an extra blank line. I used the
following:
label = label &" bla bla bla" & chr$(10)
label = label & "Email: " & txt_email
What I am getting behind the bla bla bla is a little square and then email
appears right after that.
What am I doing worng?
Thanks