Nattani Posted April 21, 2005 Share Posted April 21, 2005 I would like to force a field to adopt a bold style based upon the content (or lack of) in another field. Therefore - If "MEQ SA Letter" is blank I want the "Answer" field to change to bold. Otherwise, the "Answer" field should default to normal. Or alternatively - If the "MEQ SA Letter" field has anything in it style the "Answer" field text normal, otherwise make the "Answer" field text bold. It seems fairly simple but I'm stumped... Thanks, Nattani Link to comment Share on other sites More sharing options...
Robert Schaub Posted April 21, 2005 Share Posted April 21, 2005 cAnswerField calc to be used in places of answer field Code: Case(IsEmpty(MEQ SA Letter);Answer;TextStyleAdd (Answer ; Bold )) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.