Adding Field to a Text Box Question

  • I have a text box that is populated with several paragraphs of text into which I would like to inset several fields from a SQL database. I seem to be having a difficult time getting it to work. Can anybody give me a hand as to how to accomplish this? Every time I drag one of the field onto the text box, the paragraphs just disappear!

    Thanks in advance for any help you might offer!

    - Austin

  • Are you trying to concatenate fields in your dataset to text in the textbox?  If so, the textbox value should look something like ="My text here " + Fields!MyField1.Value + " and here's some more text."  Whe adding the fields, you can use the insert or append buttons to add without replacing the existing text.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply