May 2, 200223 yr Does anyone know how to write a script that will triger diffent options. I guess what I am trying to say is....say I have a field with the number "1" in it and I have a button that will run a script based on the number entered. So number "1" will triger one script and the number "2" will triger a different script. how can I achive this? RET
May 2, 200223 yr Hello Jack. I think it would go something like this: If ["Field = "1""] Perform Script [subscript] Else If ["Field = "2""] Perform Script [subscript] End If End If blah blah blah You don't have to perform the sub-scripts, though. You can just put your desired operation after your IF statement. Hope it helps. Post if you have any other questions. Ken
Create an account or sign in to comment