Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dexter.knudson
Constraint Violating Yak Guru
260 Posts |
Posted - 2009-05-03 : 21:36:12
|
I think I remember doing this once, but I cannot remember how.What I want to do its format part of the conents of a textbox bold:=iif(isNothing(Fields!plan_checklist_header.Value),"",Fields!plan_checklist_header.Value + vbCrLf) +Fields!plan_checklist_description.ValueI want Fields!plan_checklist_header.Value only to be BoldThanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-05-07 : 14:29:50
|
http://blogs.msdn.com/bimusings/archive/2005/12/14/503648.aspx |
 |
|
|
|
|