Newbies Bill Parker Posted December 28, 2001 Newbies Posted December 28, 2001 I am trying to create a script to move from Field 1 to Field 2 when entering Field 2 if Field 3 equals "E", otherwise jump to Field 7. I can't figure out how to do something like: If {Field 3="E", GoTo Field 2, Goto Field 7"}
kenneth2k1 Posted December 29, 2001 Posted December 29, 2001 Are you saying that you are in Field1, and if Field3 = "E", then go to Field2. If not, then go to Field7?
per Posted December 29, 2001 Posted December 29, 2001 Hi Bill, I have make follow script, started by a button: Go to Field A Paus If(Field A = "E") [or If(Field A = PatternCount(Field A;"E")>0 ] Fo to field B Paus Else Go to Field C Paus Go to Field D End If and so on. You can also use many If - End If within above, if you want. Good luck. -Per
Recommended Posts
This topic is 8369 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