March 30, 200619 yr I want to know how extract part of a field. For each record, I want to extract the last part of an email address. For example if the email address is [email protected], how can I extract 'world.com'. Your reply is much appreciated.
March 30, 200619 yr Hi, Mike! This is one of ways: Middle ( Email;Position ( Email;"@";1;1)+1;1000 ) You can use Right() function too.
Create an account or sign in to comment