ActvGrfx Posted October 14, 2005 Posted October 14, 2005 I am running 5.5. Is there a way to check for a particular value in a field. I am making a file which will be used for making Work Orders. I need to make it "User Friendly" because of the denseness of some of the users. Therefore, I am making a layout for each field that is required. I have a field called "Art Status" which has the options, "New," "Repeat," and "Change." I would like the button which sends the user to the next screen, send them to the "Art Due Date" field, only for two of the three possibilities. If the "Art Status" is "Repeat", they should be sent past the "Art Due Date" to "Job Description." I have only been able to figure out "isEmpty()". Please let me know if this is possible. Thank You. James
Breezer Posted October 15, 2005 Posted October 15, 2005 (edited) If ["Art Status" = "New" or "Art Status" = "Change"] Go to Field [Art Due Date] Else Go To Field [Job Description] End If Edited October 15, 2005 by Guest
ActvGrfx Posted October 17, 2005 Author Posted October 17, 2005 Thank You. That seems painfully obvious to me now. Thanks again, James
Recommended Posts
This topic is 6978 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