Hi all,
I have a control in a report which pulls together a set of values from various fields thus:
To display an order, who placed it, when it was placed and hat type of order it was.
I want to display the field [type] in bold, leaving the rest as normal.
How can I do it?
Thanks in advance, Iain Robbo ;-)
I have a control in a report which pulls together a set of values from various fields thus:
Code:
Control Source = "Order Number " & [oldordernumber] & ", placed by " & [placedby] & " on " & [date] & " Type = " & [Type]
To display an order, who placed it, when it was placed and hat type of order it was.
I want to display the field [type] in bold, leaving the rest as normal.
How can I do it?
Thanks in advance, Iain Robbo ;-)