M
Mike
In a report I have a text control which takes text from
different fields in a query:
=[Name] & " " & [FamilyName] & " (" & [Address] & ")"
I would like to print name and family name in bold and
address in normal font. Is it possible?
different fields in a query:
=[Name] & " " & [FamilyName] & " (" & [Address] & ")"
I would like to print name and family name in bold and
address in normal font. Is it possible?