I'm trying to a report to form test questions about a group of titles. The titles must be underlined, and must be followed by a comma, which is not to be underlined. My outcome will be "in the book xxxx(underlined), what is..." Title is a field. If I concat title with comma, everything is underlined. If I do not concatonate title with comma, then I have a huge gap between the end of the title field and the fixed comma:
"in the book Shiloh ,what is". I think what I need is to get the width of the textbox to dynamically match the length of my title, but I don't know how to do it. Any thoughts would be greatly appreciated.
"in the book Shiloh ,what is". I think what I need is to get the width of the textbox to dynamically match the length of my title, but I don't know how to do it. Any thoughts would be greatly appreciated.