bpcstaff Posted July 7, 2008 Posted July 7, 2008 I have a database of companies with a dropdown field ("Status") that lists their membership status as Active or Inactive. I'd like to conditionally format so that the "Company" field goes grey when the user selects Inactive from "Status". My mind's drawing a blank, here - any help appreciated!
Fitch Posted July 7, 2008 Posted July 7, 2008 Conditional formatting is not available in FileMaker 8.5. Is your profile up to date? You can achieve the same effect in earlier versions by using a calculated field, e.g.: Case( Status = "Inactive" ; Company ) And then overlay this field (formatted in gray) on top of the actual Company field.
Recommended Posts
This topic is 5981 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now