mKirk Posted April 25, 2005 Posted April 25, 2005 Ahhh...the learning curve...so much fun. Simple question today (I think!) How does one go about making a given field required? I know that I can set Validation to requre Not Empty, but I'm already using Validation to check maximum character count, so I need the custom alert menu for that. I'm just trying to create something similar to a typical web-based form that has required fields and prompts the user if they have missed a required field. Thanks in advance.
BobWeaver Posted April 26, 2005 Posted April 26, 2005 You can set the validation formula to something like this: (not IsEmpty(theField)) and (Length(theField)<20)
Recommended Posts
This topic is 7220 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