Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Go to a field based on a calculation

Status
Not open for further replies.

8177

Programmer
Aug 6, 2003
25
GB
Hi Guys

I have a list of field names in a value list; I have set a global value to contain a value from this list

What I want to do is click a button select the value from the global and use it to go to the selected field
Thanks in advance
 
IF GlobalField NOT = ""

If GlobalField = Field1
Go to Field1
If GlobalField = Field2
Go to Field2
...
ELSE
Send Message "Please selecte something so I can fill my global field"
END IF

you can also use "case" function

All the best!

:--------------------------------------:
fugitive.gif


All around in my home town,
They tryin' to track me down...
 
If you say 'click a button' you say script.

Use scriptparameters to go to your field.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top