February 3, 200620 yr I have 20 fields in a survey that I want to force to a "Y" and then give the person an opportunity to change it to a "N". I do not want all the records in the database to automatically have a "Y" in the twenty fields, but I want the user to click a button and 20 fields in the one record will go to "Y" and then the person could edit the field to a "N" Edited February 3, 200620 yr by Guest
February 3, 200620 yr Lesterd: Have a button attacheed to a script, which will do a Set Field[] for each of the 20 fields. For example: Set Field [yourfield; "Y"] Set Field [yourotherfield; "Y"] That's it. -Stanley
Create an account or sign in to comment