December 28, 200124 yr Newbies 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"}
December 29, 200124 yr Are you saying that you are in Field1, and if Field3 = "E", then go to Field2. If not, then go to Field7?
December 29, 200124 yr 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
Create an account or sign in to comment