Hi,
I am using MS ACCESS. I want to validate a particular field. To check whether if its a valid email address with a @
So anyone have tutorials or website to reccomend or even reply off hand with the expression to check for @ in a string?
Thanks alot.
Yes
You Can Validate A Field Which Must Contain "@"
for That Open Table In Design View & in General Tab Go To "Validation Rule" & Edit Function with =1">"InStr(1,[Email],"@")>=1"
& Creat A error Msg If u Want Please Note That In Above Syntex Second String "[Email]" is Name Of Field For Which You want To Add Validation
[IMG]http://www.daniweb.com/techtalkforums/C:\Documents and Settings\v-shalar\Desktop\access.bmp[/IMG]