Page 2 of 2
Re: Duplicate check - multiple fields
Posted: Tue Feb 22, 2022 9:38 am
by chrisfch
MANY THANKS - now it is working!!!
Re: Duplicate check - multiple fields
Posted: Tue Feb 22, 2022 9:40 am
by kev1n
You may also want to check if the IBANs entered on the current record are all different.
Re: Duplicate check - multiple fields
Posted: Tue Feb 22, 2022 9:41 am
by chrisfch
how could it be checked on the same record?
Re: Duplicate check - multiple fields
Posted: Tue Feb 22, 2022 9:45 am
by kev1n
To compare IBAN 1 with IBAN 2: "#iban1#" == "#iban2#" etc..
https://www.w3schools.com/php/php_operators.asp