Jump to content

Making a field default to


This topic is 6649 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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 by Guest
Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 6649 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.