Compare Values in Data Entry Fields By Princy John Hi! Is it possible to compare values/strings present in two different data entry field? For instance, if I have two data entry fields...how can I check if the user has entered the same value in both fields?
Michael Hinze almost 2 years ago02/14/19 at 1:53 pm (UTC) There is a variable attached to each dataentry field. You could set up a trigger that executes an action IF variable01 is equal to variable02.
2 Replies
There is a variable attached to each dataentry field. You could set up a trigger that executes an action IF variable01 is equal to variable02.
Thank you Michael!