Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums 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: 4300
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 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: 4300
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 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