473,386 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

how can I sepreate infor. from one field to new fileds?

I am try to pick out email address from one field and put into another
field since email is mixed out in that field. It looks like this:

"ffffffdfer my****@yahoo.com" I am trying to pick "my*****@yahoo.com" out
and put in a seperate field.

Can anybody help me with this?

Thanks

--
Message posted via http://www.accessmonster.com
Nov 13 '05 #1
1 1378
On Fri, 22 Apr 2005 20:27:30 GMT, "william liang via AccessMonster.com"
<fo***@nospam.AccessMonster.com> wrote:

Depending on how and where you are going to use the email address, you may not
have to generate a new field in a table. I don't like to add a field to a
table that already has the infromation you want in an existing field.

If the mixed out field has only one space and that space is in front of the
email address, then:

You can make a query that contains the field with the mixed out email, plus any
other fields you may want. In the FIELD row of a blank column in the query
enter EmailAddress:Mid([A],(instr([A]," ")+1),(len([A])-(instr([A]," "))))
where A is the name of the field with the mixed email. Note the space between
the double quotes. This new column will have only the email address.

Chuck Libbey
---
I am try to pick out email address from one field and put into another
field since email is mixed out in that field. It looks like this:

"ffffffdfer my****@yahoo.com" I am trying to pick "my*****@yahoo.com" out
and put in a seperate field.

Can anybody help me with this?

Thanks


Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: iffy agbim | last post by:
I have a form that displays information selected from an Access Data base. A select statement is used to do this on my asp page SQLQuery = "SELECT * FROM tblopgaCOm2 WHERE billNo = '" &...
1
by: InvisibleMan | last post by:
Hi, Thanks in advance... I want to test two form fields: ConversionValue (text field) convert (Select Dropdown: Index 0 = True - 1 = False) Essentially, If ConversionValue is Blank,...
6
by: Larry R Harrison Jr | last post by:
I have a database I'm designing in Access 97. I have a custom field in a query which looks in {Table of Documents} and shows them all. It then needs a "latest revision number," stored in another...
0
by: william liang via AccessMonster.com | last post by:
I am try to pick out email address from one field and put into another field since email is mixed out in that field. It looks like this: "ffffffdfer mymail@yahoo.com" I am trying to pick...
1
by: Ivan Carey | last post by:
How can a query display multiple fields with diferent condition on the same field example I have a field name of reason and a field name of duration. I would like to display 2 fileds of total...
0
by: Filo | last post by:
Hello, Design nice PivotTable or PivotChart (selecting fileds,captions, colors, fonts, order of fieds etc.) sometimes takes more then 1 hour and I hate when after this my boss (or I self) ask me...
1
by: BobM | last post by:
i read the thread entitled "Convert Field Value String to Actual Field in Expression" It appeared that the final solutions got moore complex not less complex MY PROBLEM IS: 1. get a value from...
9
by: RMC | last post by:
Hello, I'm looking for a way to parse/format a memo field within a report. The Access 2000 database (application) has an equipment table that holds a memo field. Within the report, the memo...
1
by: rdawadiuk | last post by:
hello professnols, In my table I have, among other, two fileds "Activity" and "Accont ID". I use form to fill the data in the table. If the field "activity " is either "deposit" or withdraw"...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.