Hi,
I have this validation rule:
Like "*@*.co.uk" Or Like "*@*.com" Or Like "*@*.net"
How do I stop it from allowing null values within the rule.....
(?) IS Not Null and Like "*@*.co.uk" Or Like "*@*.com" Or Like "*@*.net" doesn't work.
With thanks I don't want to write any code or use 'Required' as I want to use the validation text to write my custom error message.
Cheers in advance

I have this validation rule:
Like "*@*.co.uk" Or Like "*@*.com" Or Like "*@*.net"
How do I stop it from allowing null values within the rule.....
(?) IS Not Null and Like "*@*.co.uk" Or Like "*@*.com" Or Like "*@*.net" doesn't work.
With thanks I don't want to write any code or use 'Required' as I want to use the validation text to write my custom error message.
Cheers in advance
