text format function

D

ddo1

Expression: "Is the " & [AcctObj] & " correct?"

How do I utilize Format function to make [AcctObj]field
print in BLUE color - the rest in default font of control.
 
F

fredg

Expression: "Is the " & [AcctObj] & " correct?"

How do I utilize Format function to make [AcctObj]field
print in BLUE color - the rest in default font of control.

You can't using the controls in Access as shipped.
You must purchase and install a Rich Text Format control, or see
http://www.lebans.com
for his free RTF version.
 
Top