Newbies redefmbrasil Posted August 31, 2015 Newbies Posted August 31, 2015 how can i avoid a value existing on another field?
Kris M Posted August 31, 2015 Posted August 31, 2015 Alot depends on the specifics of what you want to accomplish. Do you want to completely prevent users from entering data that already exists? Do you want to just warn users when entering data that already exists? Where does the data exist that you want to query for "already exists" and how is it related to the data entry field?
Newbies redefmbrasil Posted August 31, 2015 Author Newbies Posted August 31, 2015 Hi, Kris M I have a place to enter the data and I don´t want the submit button appears until the field content be the same as the any value in the other field. I´ve created a list with all of the contents in this field and tried to use ValueListItems to omit that button, but it didn´t work.
Kris M Posted August 31, 2015 Posted August 31, 2015 (edited) What submit button? FileMaker does not natively require a submit button to save data. Sounds like you have a scripted data entry process. 10,000 foot level options are: Install a validation calculation in the table::field definition in mange database. Build a scripted process that fires via script trigger or button click that does all the validation, controls the user experience, and conducts the database transactions.. Edited August 31, 2015 by Kris M
Recommended Posts
This topic is 3441 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