S
Song Su
I searched validate email and come up with this:
Is Null Or ((Like "*?@?*.?*") And (Not Like "*[ ,;]*"))
I don't want to put in table validate because my daily macro to import from
text file may fail (it may contain single period as email). I want to put
before update event of my form
How to put If statement to validate? My field is called email
Is Null Or ((Like "*?@?*.?*") And (Not Like "*[ ,;]*"))
I don't want to put in table validate because my daily macro to import from
text file may fail (it may contain single period as email). I want to put
before update event of my form
How to put If statement to validate? My field is called email