Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Duplicate check - multiple fields Topic is solved
-
- Posts: 9
- Joined: Thu Feb 10, 2022 9:46 pm
-
- nuBuilder Team
- Posts: 4564
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 529 times
- Contact:
Re: Duplicate check - multiple fields
You may also want to check if the IBANs entered on the current record are all different.
-
- Posts: 9
- Joined: Thu Feb 10, 2022 9:46 pm
-
- nuBuilder Team
- Posts: 4564
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 529 times
- Contact:
Re: Duplicate check - multiple fields
To compare IBAN 1 with IBAN 2: "#iban1#" == "#iban2#" etc..
https://www.w3schools.com/php/php_operators.asp
https://www.w3schools.com/php/php_operators.asp