Hi
I am trying to format a report so that a text box's contents sit "nicely".
I am using
This puts entry nicely on the two lines but the text also shows the letters vbCrLf in the textbox within the report. I thought they would be hidden - and need them to be hidden!
Am I missing something in the expression
Any thoughts? Thanks
Malcy
I am trying to format a report so that a text box's contents sit "nicely".
I am using
Code:
=IIf(IsNull([txt2]),"",[DoseDescr2] & " vbCrLf " & [strDoseHow])
Am I missing something in the expression
Any thoughts? Thanks
Malcy