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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query question

Status
Not open for further replies.

tamer64

IS-IT--Management
Joined
Aug 27, 2007
Messages
120
Location
US
Hi all,

I have query that exports data. one of my fields is called "lockerAssign". Within that column it looks like this: Locker B| Lock101|Radio49

Is there a way to break out each one of these into three different fields ?

Field1:Locker B
Field2:Lock101
Field3:Radio49


 
Take a look at the SPLIT function; looks like the data is already delimited with the | character.

The early bird may get the worm, but the second mouse gets the cheese in the trap.
 
Thank You genomon for pointing me in the right direction. Split Function worked perfectly.
 
Glad it worked!
[cheers]

The early bird may get the worm, but the second mouse gets the cheese in the trap.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top