G
Guest
Hi,
I have an unbound text box called txtSummary.
txtSummary.Value is a summary of some keywords and other
stuff derived from other stuff (what I want to make clear
is that I have no control of the value) So I want to
build "sentences" with the information. Now txtSummary
displays the info ok, but in a messy format. I add by code
something like
txtSummary = Chr(13) & txtSummary
in a loop and yes I have the right info but still in a
messy format... the Chr(13) displays a small square in the
Report where txtSummary is displayed.
Ex.
What i have now:
txtSummary:
I have an unbound text box called txtSummary.
txtSummary.Value is a summary of some keywords and other
stuff derived from other stuff (what I want to make clear
is that I have no control of the value) So I want to
build "sentences" with the information. Now txtSummary
displays the info ok, but in a messy format. I add by code
something like
txtSummary = Chr(13) & txtSummary
in a loop and yes I have the right info but still in a
messy format... the Chr(13) displays a small square in the
Report where txtSummary is displayed.
Ex.
What i have now:
txtSummary: