how to validate if there's already a field with the same registered number (Logical problem)
how to validate if there's already a field with the same registered number (Logical problem) Problem Description: (https://i.stack.imgur.com/52C98.png) I can’t let the user enter a code that already exists in the database,so i need to make one more validation for this field "code". obviously I have to use a ‘if statement’ but i just can’t … Read more