How do i use the FIND and MID command in acces using queries.
What i'm doing is i'm trying to separate the company name from the email address.
ex. claudine@intel.com = I'm going to extract the "intel " from the email address.
i have already solved this using excel. What i did is that one coumn for email, another is for the "@", another is for the find function and another is for the MID function. The find column finds the "@" from the email address and output the number where "@" is located while the MID separates the company name from the "@".
Attached here is an example of what i did.
Now i'm trying to do this using queries in acces. Can anyone please tell me the syntax of FIND and MID command or you can also tell me the exact sql command for this one. Thanks!
What i'm doing is i'm trying to separate the company name from the email address.
ex. claudine@intel.com = I'm going to extract the "intel " from the email address.
i have already solved this using excel. What i did is that one coumn for email, another is for the "@", another is for the find function and another is for the MID function. The find column finds the "@" from the email address and output the number where "@" is located while the MID separates the company name from the "@".
Attached here is an example of what i did.
Now i'm trying to do this using queries in acces. Can anyone please tell me the syntax of FIND and MID command or you can also tell me the exact sql command for this one. Thanks!