Text String Queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Please can you help with a query I am trying to write.

I have a list of email addresses for clients e.g. "(e-mail address removed)", I wish to
create a query that will leave the domain name leaving "name.com".

Any assistance is gratefully received.

Regards,

Bry2k
 
Check VBA help for the functions Instr and Right$.
You can use the first to find the location of "@" in the address, then Right
to return the appropriate no. of characters from the end of the string.
 
Hello,

Please can you help with a query I am trying to write.

I have a list of email addresses for clients e.g. "(e-mail address removed)", I wish to
create a query that will leave the domain name leaving "name.com".

SELECT Mid((e-mail address removed)
 
Hello,

Thank you very much for your help.

Merry Christmas.

Regards,

Bry2k
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Automating Reply 2
Resolving DNS sub-domains 3
Spam 1
Temporary Failure message! 14
Free/Busy on FTP not working properly 4
Please help with Query "dups" 7
untangling parallel dependent queries 1
Fields in a query 4

Back
Top