Hi I've got an HTMLtext control that I'm populating with a formula
// turn each name into a line and look up the regions/location field in contacts for that name
Concat (
namesPickerEditIntsCombo.SelectedItems.Value, Value & " - " &
LookUp(TestContacts, Value = FullName).Notes & "<br>")
What I get is the result of the lookup, but the "Value & " - " &" is placed outside of the DIV tags in the HTML produced and is not rendered in the box. I want it to be rendered.
Any ideas?

Report
All responses (
Answers (