Looking for way to validate email addresses in your Access query, then this validation rule will help.
Not Like “*?@?*.?*” And Like “*[ ,;]*”
This rule will give you all matching invalid email addresses.
Credit to Remi for this great tip
Looking for way to validate email addresses in your Access query, then this validation rule will help.
Not Like “*?@?*.?*” And Like “*[ ,;]*”
This rule will give you all matching invalid email addresses.
Credit to Remi for this great tip
Nice one… great code… thanks.