Hiya,
I having trouble to write a validation rule so that it check at the end of the email address it has .com or .co.uk or .org.
I tried this [CODE]Like “[A-Z]* @[A-Z].com” OR “[A-Z]* @[A-Z].co.uk” OR “[A-Z]* @[A-Z].net” OR “[A-Z]* @[A-Z].org”[/CODE]
And thisAnd error message appearedCode:((Like "*?.com?*") Or ((Like "*?co.uk?*") Or ((Like "*?.org?*"))))
I have no idea what to do
Thanks