Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parse Access Field

Status
Not open for further replies.

artemetis

MIS
Joined
Jan 5, 2009
Messages
1
Location
US
Hey there....using MS Access, I have a field that is holding names. First field is UID, second is email address, third is names.

some names are formatted as Jack,Smith ; J.Smith, ; me@me.com

I'm only concerned with the ones that are separated by a comma. I need to break them out into two separate fields.

I'm trying to do this in access using the query builder.

Any suggestions?

 
I'd imagine using a UDF with Split() would probably be the easiest way to go here but I'll wait for the sample data with Duane.

HarleyQuinn
---------------------------------
The most overlooked advantage to owning a computer is that if they foul up there's no law against wacking them around a little. - Joe Martin

Get the most out of Tek-Tips, read FAQ222-2244 before posting.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top