We have a database with limited access for updating (no find and replace available). As of now, I have 3 customers requiring their email address to be updated. I am using. But of course I have to count the number of characters for the domain on each use (room for error). I was trying to search to the @ with no luck. Any assist would be greatly appreciated.Code:Expr1: Left([Contact.Email_Address],Len([Contact.Email_Address])-13) & "somewhere.com"