G
Guest
Hi... I am a newby to Access and am trying to move from the Excel environment
I have a database of email addresses. They are in an access table with various fields.
Field#1 = emailaddress@emailaddress.
I would like to create a calculation infield#2 (or a query) that will search field#1 data, find the @ symbol, apend "www." to the portion of the email address that starts with the @ symbol (IE: @emailaddress).
This would yield a "theoretical web site address.
In Excel, I use a formula to do this like CONCATENATE("www.",MID(D1,((FIND("@",D1)+1)),25)), where D1 contains the email address - this results in something like www.xxxxxxxx.co
Any help would be greatly appreciated
I have a database of email addresses. They are in an access table with various fields.
Field#1 = emailaddress@emailaddress.
I would like to create a calculation infield#2 (or a query) that will search field#1 data, find the @ symbol, apend "www." to the portion of the email address that starts with the @ symbol (IE: @emailaddress).
This would yield a "theoretical web site address.
In Excel, I use a formula to do this like CONCATENATE("www.",MID(D1,((FIND("@",D1)+1)),25)), where D1 contains the email address - this results in something like www.xxxxxxxx.co
Any help would be greatly appreciated