simoncpage Posted March 8, 2004 Posted March 8, 2004 Hi I have a field in a portal which is selected from a drop down which has the options yes or no. How can I set this up so that if nothing is entered it is shown as yes by default?? Thanks Simon
Lee Smith Posted March 8, 2004 Posted March 8, 2004 MDLarson is correct for records being created from this point on, but for those records that have a blank now, you can do a Find "=" (without the quotes) in the field, and it will find those records without any data. Use the "Replace" in the Menu - Records - Replace, or use the script step "Replace" in a loop script, and Replace the contents of your field with the Calculation of Substitute(YourField, "", Yes) HTH Lee
Recommended Posts
This topic is 7634 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