When I use the Concat function in a HtmlText field, it returns no values.
This is the code snippet:
Concat(['LDDataTable'], Text(LDPrjID.Text) & "," & Text(LDPrjName.Text) & "," & Text(LDPrjStatus.Text) & "<br>")
This is the output:
,,
The table is populated using a filtered and sorted query and the values display as such:

Does anyone know why or can assist?