August 14, 200619 yr I have a layout that displays a drop down pulling values from another table. On the layout, when a paritcular item is chosen, I want it's text to change color. Any ideas?
August 14, 200619 yr Fairly easy, if you mean something like this: Notice the Auto Enter, and the Unselected Replace existing values. HTH Lee DropDownColorCh.fp7.zip
August 15, 200619 yr Author Thank you for the response. When I go to open the database you sent, I get the following error: (see attachment)
August 15, 200619 yr Windows problem. Your computer made the file a Read Only when you downloaded it. Go to the finder level (or whatever it is called), and change the file to Read and Write. HTH Lee
August 16, 200619 yr Author I finally got it to work. Thank you for your help. Case( RequestReason = "Safety"; TextColor ( RequestReason ; RGB ( 255 ; 0 ; 0 )) ; RequestReason = "Productivity"; TextColor ( RequestReason ; RGB ( 0 ; 200 ; 0 )) ; RequestReason = "Other"; TextColor ( RequestReason ; RGB ( 0 ; 0 ; 255 )))
Create an account or sign in to comment