I have a data entry form that inputs a title, a date, & an attendance field. Is it possible to create a validation that looks in all those fields and compares them and if it finds one where all three columns match it will disallow the entry?
I don't mind if two of the three fields match, but if they all match I'd like to stop that duplicate entry.
Possible or no?