October 18, 200124 yr Functionality problem: I'm trying to add a value from a pop-up list "departments" into a separate list "selected departments". I've had some limited success using a box behind the pop-up list field that runs a script like: Go to field "departments" Pause/Resume Script Set field "selected departments" Case( IsEmpty(selected depts),departments,selected depts & "
October 19, 200124 yr I'm a little unsure of what you are trying to do. If you are trying to make a value list selection in Field 1 control what is displayed in a value list in Field 2, this can be done by creating a file and using a value list defined as based upon a relationship. This requires no scripting. -bd
Create an account or sign in to comment