Crafty Coyote Posted April 18, 2005 Posted April 18, 2005 I am new to filemaker, I have two fields and need to insure field a is greater than field b. If it is less that b I need to keep a blank and display an error message saying it must be greater than b.
Ender Posted April 18, 2005 Posted April 18, 2005 In the Validation tab of the field options, use a calculation to validate: FieldA > FieldB Then add a custom message if validation fails (at the bottom of the Validation tab.) You might need to allow one of the fields to be empty, to avoid the validation message after only field has been entered: FieldA > FieldB or isempty(FieldA)
Crafty Coyote Posted April 21, 2005 Author Posted April 21, 2005 Thanks you for the help I still need some guidance so let me give you a better example. I have 6 fields, Perpetual Start Perpetual Stop Total Footage Footage Used Field Validation Error Message (Footage Used) is a calculation [Prep Stop - Perp Start]. If (Total Footage) is greater than (Footage Used) I would like some type of error message. I created a script that works, If Field Validation = 0 Beep Show Message
Recommended Posts
This topic is 7224 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