D
Dan @BCBS
I need to add a second =Trim in a text box on a report.
=Trim("I am writing to acknowledge receipt of your request dated " &
[DOMbrLtr] & ", received by Health Option's, Inc. (HOI) on " & [RecHOI] & ",
regarding " & [Requested] & ")
I need to replace [Requested] with =Trim(formatfield([mbr_firstname]) & " "
& formatfield([mbr_lastname]))
When I try to use a seperate text box I cannot line it up. It all needs to
be in the same text box.
How can I replace "Requested" with this string??
Thank you
=Trim("I am writing to acknowledge receipt of your request dated " &
[DOMbrLtr] & ", received by Health Option's, Inc. (HOI) on " & [RecHOI] & ",
regarding " & [Requested] & ")
I need to replace [Requested] with =Trim(formatfield([mbr_firstname]) & " "
& formatfield([mbr_lastname]))
When I try to use a seperate text box I cannot line it up. It all needs to
be in the same text box.
How can I replace "Requested" with this string??
Thank you