I have a Formula that looks similar to this:
Select {FieldName1}
Case "A":
"A: " & {FieldName2}
Case "B":
"B: " & {FieldName3}
Case "C":
"C: " & {FieldName4}
Default:
"D: " & {FieldName5};
I want the "A:", "B:", etc to be Bold and the FieldName to be Normal (not Bold). Is there a way I can accompish this?Found a work around...
I created 2 formulas and put both formulas into a Text Object. I Bolded one and not the other. The first Formula determined what the Label woud say ("A:", "B:", etc), the second Formula determined which Field would display.
Friday, March 9, 2012
Format Text of Formula Field
Labels:
case,
database,
field,
fieldname1,
fieldname2,
fieldname3,
format,
formula,
microsoft,
mysql,
oracle,
server,
similar,
sql,
text,
thisselect
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment