Combine a label and data field w/o spaces in between them

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

Hi


I have a report with a label a data field and another label.

I need the report to print the label and data field and the other label
without any spaces between them. The data field's length changes as well
depending on the record.

What can I do to not have spaces between them?

Thanks
 
Make a new text box control, enter this into it:

="This is my first label "&[Control Name]&" Second Label"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top