Feb 28, 2001 #1 jkejke Programmer Jan 18, 2001 35 US Is it possible to use IIF to control backgound color of a calculated text box on a form--do not think conditional formatting will work--have tried--
Is it possible to use IIF to control backgound color of a calculated text box on a form--do not think conditional formatting will work--have tried--
Feb 28, 2001 #2 Psychpt MIS Dec 4, 2000 147 US yes it is and quite easy too. MyTxtBox.BackColor = IIF("your criteria", true color, false color) HTH Upvote 0 Downvote
yes it is and quite easy too. MyTxtBox.BackColor = IIF("your criteria", true color, false color) HTH
Feb 28, 2001 Thread starter #3 jkejke Programmer Jan 18, 2001 35 US Thanks Now that I look at what you sent--I think I had a severe brain cramp.. Upvote 0 Downvote