Jump to content
Server Maintenance This Week. ×

Auto Enter Text


This topic is 6125 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 6125 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.