lesterd Posted February 3, 2006 Posted February 3, 2006 (edited) 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, 2006 by Guest
stanley Posted February 3, 2006 Posted February 3, 2006 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
Recommended Posts
This topic is 6870 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now