Helo Posted June 27, 2007 Posted June 27, 2007 Hi Anyone know if it's possible to format text based on what's in a field? For example: In my layout I have a field called "status." At the top of the layout I'm using <> to display "Complete," "Pending" or "Working," depending on which is in the "status" field. I want the text in <> to be red when the field for that record is populated with "Working," yellow when populated with "Pending," etc. By the way, does anyone know what that function of displaying text from a field using << >> is called?
Roy Osborn Posted June 28, 2007 Posted June 28, 2007 <> Yes, look into the text formating functions and the case function. try something like this: cDisplayStatus= case(status="whatever";text Format here; status="something else": text format here;) etc
Recommended Posts
This topic is 6359 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