B
bikemrh
I have a concatenated string where I only want part of it to be bold. Here is
the string:
=[Road Name] & " " & [Condition] & " " & [Description] & " due to " & [Due to]
I am trying to get [Road Name] to be bold and haven't been able to
accomplish this. Each field is from a table. Road Name and Description are
fields a user needs to enter on a form. The other two are from a list box
that the user selects.
Please help.
the string:
=[Road Name] & " " & [Condition] & " " & [Description] & " due to " & [Due to]
I am trying to get [Road Name] to be bold and haven't been able to
accomplish this. Each field is from a table. Road Name and Description are
fields a user needs to enter on a form. The other two are from a list box
that the user selects.
Please help.