V
V_Ernst
I am working on a query and I have a field called "Internet Address". The
contents of the "Internet Address" contain a combination of a user id and a
"/" followed by an email address.
Example:
AB123456/[email protected] or ABXY123456/[email protected]
I would like to write an expression to pull the two items apart so in one
column I have just the user id of "AB123456" or "ABXY123456" and another
column that would just contain the email address "(e-mail address removed)"
I realize I may have to write two expressions to return the items in
seperate columns which is perfectly fine.
I have about 600 accounts where I need to split the USER ID from the EMAIL
Address.
contents of the "Internet Address" contain a combination of a user id and a
"/" followed by an email address.
Example:
AB123456/[email protected] or ABXY123456/[email protected]
I would like to write an expression to pull the two items apart so in one
column I have just the user id of "AB123456" or "ABXY123456" and another
column that would just contain the email address "(e-mail address removed)"
I realize I may have to write two expressions to return the items in
seperate columns which is perfectly fine.
I have about 600 accounts where I need to split the USER ID from the EMAIL
Address.