npaadmin Posted July 19, 2007 Posted July 19, 2007 Hi There, I am trying to have text auto entered into "Field A" if "Field B" = "Active" So, basically if "Field B" = "Active" then "Field A" would have a warning automatically filled out that would say "This record is currently ACTIVE" I am able to accomplish this with a script, however I would like to have this done automatically if the conditions match. I am wondering if this can be accomplished with a calculation field. Thank You.
stanley Posted July 19, 2007 Posted July 19, 2007 npaadmin: Certainly. You can set your Field A as a Calculation field like so: Case(Field B="Active"; "This record is currently ACTIVE";"") Any other possibilities can also be put within the Case statement as well... -Stanley
npaadmin Posted July 19, 2007 Author Posted July 19, 2007 Thanks, I just tried that out and it worked like a charm. Sometimes I feel so stupid when things are that darn simple. Thanks Again,
Recommended Posts
This topic is 6397 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