Validate with what?
If you want to check if there is a record with the same code and name then you just need to “do a search for” and add as constraints that code must be equal to the relative input value and name must be equal to the relative input value. If the resulting search count is > 0 then you have a record in the database.
thank’s for the answer, like in the pictures i want for exemple when you insert in the inputs " didi " and in the code “1994” so you can go to another page, i think you understand me but how i do " do a search for " i think its the right solution but sorry im a beginner if you can help me i will not forget that
its like when you log in, if its the right code and name you can go to the next page if not i will do alert " i know how to do alert " but to to check the inputs with the data i dont know how